Can someone explain to me how the NESASM .bank pseudo-op is supposed to work? I think it is overriding my .org statements: I have an .org $FF50 before my boot code, but NESASM is assembling it into an address around $9000. Do I have to explicitly write ".bank 1" to have it assemble correctly? Is there any way to just get rid of .bank statements and just use .org in NESASM? I'm using mapper 0.
Thanks for any help.
KKat
Thanks for any help.
KKat