Large ROM file for PGZ format
An assembler for the legendary 6502 processor and it's derivatives
Brought to you by:
soci
I have a 6502 file with
When I use --intel-hex program output, this compiles without issue, and the .hex file has data at $1_0000.
If I use the --c256-pgz option instead, I get this error "error: too large for a 16 bit unsigned integer bits '$10000'". The PGZ format can exceed the 64k boundary.
Thank you!
Daniel Tremblay