Estex-DSS/SHELL/Commands/REN.ASM

20 lines
442 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.

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