This commit is contained in:
2020-09-19 22:18:31 +02:00
parent 0066dcaa1e
commit b76107938a
16 changed files with 1113 additions and 12 deletions

View File

@@ -639,7 +639,7 @@ no_match_jump: ld hl,no_match_message
;
;Monitor data structures:
;
monitor_message: defm 13,10,"ROM Ver. 9",13,10,0
monitor_message: defm 27,91,50,74,27,91,72,13,10,"ROM Ver. 9",13,10,0
no_match_message: defm "? ",0
help_message: defm "Commands implemented:",13,10,0
dump_message: defm "Displays a 256-byte block of memory.",13,10,0