mirror of
https://github.com/Tolik-Trek/Estex-DSS.git
synced 2026-06-15 17:31:47 +03:00
15 lines
385 B
NASM
15 lines
385 B
NASM
;///////////////////////////////////////////////////
|
|
;
|
|
; DEL, ERASE. “¤ «¨âì ä ©«
|
|
;
|
|
;///////////////////////////////////////////////////
|
|
cmd_del: ex de,hl
|
|
ld de,Buffers.work.buffer1;
|
|
ld c,Dss.GSwitch
|
|
RST ToDSS
|
|
ld hl,Buffers.work.buffer1;
|
|
ld c,Dss.Delete
|
|
RST ToDSS
|
|
call c,print_err_message ; ¢ë¢®¤ á®®¡é¥¨ï
|
|
ret
|
|
;/////////////////////////////////////////////////// |