debug: Add stub for instruction decoding
This commit is contained in:
parent
a31e574b3a
commit
e60e49735c
7 changed files with 49 additions and 5 deletions
|
@ -8,3 +8,6 @@ fnames: ; control flags
|
|||
db "++++ODIT"
|
||||
; status flags
|
||||
db "SZ+A+P+C"
|
||||
|
||||
instr:
|
||||
.db: db "DB", 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue