Estex-DSS/SHELL/Commands/PAUSE.ASM
2023-08-11 04:54:30 +10:00

12 lines
302 B
NASM
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

;///////////////////////////////////////////////////
;
; PAUSE. <20> ã§  (¢ bat-ä ©«¥)
;
;///////////////////////////////////////////////////
cmd_pause:
ld de,4 ; ¨­¤¥ªá "Press any key to continue ..."
call MESSAGE ; ¢ë¢®¤ áâப¨
ld c,Dss.WaitKey ; ¦¤¥¬ ­ ¦ â¨ï ª« ¢¨è¨
RST ToDSS
ret