mirror of https://github.com/nmlgc/ReC98.git
6 lines
132 B
NASM
6 lines
132 B
NASM
|
_STACK segment para stack 'STACK' use16
|
||
|
db 20h dup(?)
|
||
|
include libs/BorlandC/math/emuvars[stack].asm
|
||
|
db 1Bh dup(?)
|
||
|
_STACK ends
|