Estex-DSS/SHELL/Commands/HELP.ASM
2025-03-28 03:23:22 +10:00

22 lines
810 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.

;///////////////////////////////////////////////////
;
; HELP. ‚뢮¤ íªà ­  ¯®¬®é¨
;
;///////////////////////////////////////////////////
cmd_help: LD HL,.help_txt
LD A,(color_screen)
EX AF,AF'
XOR A
LD BC,BIOS.LP_PR_LINE_DIR
JP ToBIOS ;!FIXIT â¥áâ®¢ë© ¢ à¨ ­â, ¯¥à¥¤¥« âì ­  DSS
;JP ECHO_MESSAGE
; 1 2 3 4 5 6 7 8
; 01234567890123456789012345678901234567890123456789012345678901234567890123456789;
.help_txt: DB "COMMANDS:\r\n"
DB "SET INFO REN = RENAME PATH CLS [ink]\r\n"
DB "CD = CHDIR DEL = ERASE HELP VER = VERSION\r\n"
DB "MD = MKDIR TIME ECHO EXIT\r\n"
DZ "RD = RMDIR DATE REBOOT DIR [path] [/p /f]\r\n\n"
; ; ; ; ; ; ; ; ; ; ; ; ;
;