spin2cpp icon indicating copy to clipboard operation
spin2cpp copied to clipboard

P2: Can't assemble branches with long immediates

Open Wuerfel21 opened this issue 9 months ago • 0 comments

DAT
              org
              tjnz pa,##.label
              long 0[400]
.label        jmp #$

I'm fairly sure this should work.

Also, I think I saw a really stupid workaround for this issue somewhere in assemble_ir.c

Wuerfel21 avatar May 08 '24 19:05 Wuerfel21