debug: Implement parsing of register names
This commit is contained in:
parent
2a7087a21f
commit
fc1aa47039
4 changed files with 140 additions and 61 deletions
10
debug/names.asm
Normal file
10
debug/names.asm
Normal file
|
@ -0,0 +1,10 @@
|
|||
rnames: ; general purpose regs
|
||||
db "AXCXDXBXSPBPSIDI"
|
||||
; segment regs
|
||||
db "ESCSSSDS"
|
||||
; special regs
|
||||
db "IPFL"
|
||||
fnames: ; control flags
|
||||
db "++++ODIT"
|
||||
; status flags
|
||||
db "SZ+A+P+C"
|
Loading…
Add table
Add a link
Reference in a new issue