3.3.12 MOS6502 Options (apply
to mos6502, mos65c02)
- [—model-small] Generate
code for small model programs, see section Memory Models for more
details.
- [—model-large] Generate
code for large model programs, see section Memory Models for more
details. This is the default memory model.
- [—no-zp-spill] Force
the compiler to spill registers to 16-bit addressable memory (xdata)
instead of Page Zero. When running out of Page Zero space, this option
will allow to free many Page Zero locations at the expense of slightly
larger and slower code