mirror of https://github.com/nmlgc/ReC98.git
7 lines
102 B
NASM
7 lines
102 B
NASM
|
public _atexittbl
|
||
|
if LDATA
|
||
|
_atexittbl dd MAX_ATEXIT dup(?)
|
||
|
else
|
||
|
_atexittbl dw MAX_ATEXIT dup(?)
|
||
|
endif
|