asar
asar copied to clipboard
Using spcblock messes up pc
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