mirror of
https://github.com/Tolik-Trek/Estex-DSS.git
synced 2026-06-15 17:31:47 +03:00
fixed no interrupts enter to PAUSE command in BAT
This commit is contained in:
parent
1fab894409
commit
7bda57266b
@ -4,11 +4,19 @@
|
|||||||
;
|
;
|
||||||
;///////////////////////////////////////////////////
|
;///////////////////////////////////////////////////
|
||||||
cmd_pause:
|
cmd_pause:
|
||||||
ld de,MAIN_MSG.PAUSE ; ¨¤¥ªá "Press any key to continue ..."
|
LD de,MAIN_MSG.PAUSE ; ¨¤¥ªá "Press any key to continue ..."
|
||||||
call ECHO_MESSAGE ; ¢ë¢®¤ áâப¨
|
CALL ECHO_MESSAGE ; ¢ë¢®¤ áâப¨
|
||||||
LD A,LF
|
LD A,LF
|
||||||
LD C,Dss.PutChar
|
LD C,Dss.PutChar
|
||||||
RST ToDSS
|
RST ToDSS
|
||||||
ld c,Dss.WaitKey ; ¦¤¥¬ ¦ â¨ï ª« ¢¨è¨
|
LD A,R
|
||||||
JP ToDSS
|
PUSH AF
|
||||||
|
LD C,Dss.WaitKey ; ¦¤¥¬ ¦ â¨ï ª« ¢¨è¨
|
||||||
|
EI
|
||||||
|
RST ToDSS
|
||||||
|
POP AF
|
||||||
|
DI
|
||||||
|
RET PO
|
||||||
|
EI
|
||||||
|
RET
|
||||||
;ret
|
;ret
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
407
|
408
|
||||||
Loading…
Reference in New Issue
Block a user