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