asm80-node icon indicating copy to clipboard operation
asm80-node copied to clipboard

M6809 `JSR [1,x]` is assembled to `AD 11` but should be `AD 98 01`

Open ig3 opened this issue 9 months ago • 2 comments

test.a09:

        jsr [1,x]

test.lst:

0000   AD 11                  JSR   [1,x] 

ig3 avatar Apr 14 '25 22:04 ig3