mirror of
https://github.com/Tolik-Trek/Estex-DSS.git
synced 2026-06-15 17:31:47 +03:00
12 lines
302 B
NASM
12 lines
302 B
NASM
;///////////////////////////////////////////////////
|
||
;
|
||
; PAUSE. <20> ã§ (¢ bat-ä ©«¥)
|
||
;
|
||
;///////////////////////////////////////////////////
|
||
cmd_pause:
|
||
ld de,4 ; ¨¤¥ªá "Press any key to continue ..."
|
||
call MESSAGE ; ¢ë¢®¤ áâப¨
|
||
ld c,Dss.WaitKey ; ¦¤¥¬ ¦ â¨ï ª« ¢¨è¨
|
||
RST ToDSS
|
||
ret
|