RPGHacker / asar

(Now) official repository of the SNES assembler Asar, originally created by Alcaro
Other
195 stars 42 forks source link

Using spcblock with check bankcross off #318

Open H-A-M-G-E-R opened 2 months ago

H-A-M-G-E-R commented 2 months ago

using asar 1.91 with default settings without rom:

lorom

check bankcross off

org $808000
spcblock $5000 nspc ; should output 02 00 00 50 01 02 but instead outputs 00 00 00 50 01 02
    db $01,$02
endspcblock