Ltdannear
#1 ◈ 2025-01-15
I was trying to further my understanding of asm code and came across a difference between the Nx_800 book and the code dasm'ed by Andy's program.
In the book it shows
CLR A as opcode "FA" (DD = 1)
and
CLRB A as opcode "FB" (DD = 0)
In the dasm it seems to be different..
CLRB A shows as opcode "FA" (DD = 0)
CLR A shows as opcode "F9" (DD = 1)
I assume the dasm is correct and the book is wrong..? (Since the ROMs are working with this 'bug'..)
In the book it shows
CLR A as opcode "FA" (DD = 1)
and
CLRB A as opcode "FB" (DD = 0)
In the dasm it seems to be different..
CLRB A shows as opcode "FA" (DD = 0)
CLR A shows as opcode "F9" (DD = 1)
I assume the dasm is correct and the book is wrong..? (Since the ROMs are working with this 'bug'..)