debug: Implement parsing of register names

This commit is contained in:
Nero 2020-05-18 20:05:06 +02:00
parent 2a7087a21f
commit fc1aa47039
4 changed files with 140 additions and 61 deletions

10
debug/names.asm Normal file
View 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"