14 lines
206 B
NASM
14 lines
206 B
NASM
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"
|
|
|
|
instr:
|
|
.db: db "DB", 0
|