mirror of https://github.com/nmlgc/ReC98.git
5 lines
152 B
NASM
5 lines
152 B
NASM
|
; Byte offset of the next unused spark_t instance, relative to the beginning
|
||
|
; of [sparks].
|
||
|
public _spark_next_free_offset
|
||
|
_spark_next_free_offset dw ?
|