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

24 lines
470 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.

;///////////////////////////////////////////////////
;
; REN, RENAME. <20>¥à¥¨¬¥­®¢ âì ä ©«
;
;///////////////////////////////////////////////////
cmd_rename:
ex de,hl
;ld de,T9186
ld de,work_buffer1;
ld c,Dss.GSwitch
RST ToDSS
;ld de,T9206
ld de,work_buffer+256;
ld c,Dss.GSwitch
RST ToDSS
;ld hl,T9186
;ld de,T9206
ld hl,work_buffer1;
ld de,work_buffer+256;
ld c,Dss.Rename
RST ToDSS
call c,print_err_message ; ¢ë¢®¤ á®®¡é¥­¨ï
ret