Estex-DSS/SHELL/Commands/PAUSE.ASM
Anatoliy Belyanskiy 83bfcf7cdd BOOT: bug fixes
2024-06-02 18:43:36 +10:00

15 lines
359 B
NASM
Raw Permalink 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,MAIN_MSG.PAUSE ; ¨­¤¥ªá "Press any key to continue ..."
call ECHO_MESSAGE ; ¢ë¢®¤ áâப¨
LD A,LF
LD C,Dss.PutChar
RST ToDSS
ld c,Dss.WaitKey ; ¦¤¥¬ ­ ¦ â¨ï ª« ¢¨è¨
JP ToDSS
;ret