several fixes

This commit is contained in:
2024-11-30 15:41:09 +01:00
parent 1ed6034d99
commit a5f5c6b9ef
227 changed files with 769511 additions and 94738 deletions

View File

@@ -23,6 +23,10 @@ COMMAND_LUT:
db "?", 0, [OP_DUMP], [OP_DUMP]>>8 ;Print memory
db 0xFF ;End of Table
COMMAND_ABORT:
;cleanup stack
ld sp, STACK_RAM_TOP
; return to prompt
COMMAND:
call print_newLine
ld hl,[var_dir]
@@ -148,6 +152,8 @@ COMMAND_PROCESS_FOUND:
_COMMAND_PROCESS_FOUND
JP (HL)
NOT_IMPLEMENTED:
LD HL,[_STR_NOT_IMPLEMENTED]
CALL print_str