asar icon indicating copy to clipboard operation
asar copied to clipboard

Using spcblock messes up pc

Open Domkeykong opened this issue 1 year ago • 2 comments
trafficstars

Assembling the following code reproduces the error.

org $808000

print "pc: $",hex(pc())

spcblock $6000 nspc
endspcblock

print "pc: $",hex(pc())

prints:

pc: $808000
pc: $6000

Domkeykong avatar Jun 17 '24 01:06 Domkeykong