SDK v2.2.0
Bug fixes
-
Don't use immediate
BIT
to setV
on CPUs other than HuC6280. On other CPUs, immediateBIT
either doesn't affectV
or clobbers it.- Thanks to @XarkLabs and @asiekierka for the diagnosis and fix recommendation.
- Also fixed the 65c02 simulator.
-
#144 - Fix error return for
cbm_k_load
for commodore targets.
New targets
- #149 -
eater
- Port to Ben Eater's 6502 Breadboard Computer, configured with a W65C51N ACAI and W65C22 VIA - @rweather
Common libraries
- #147 - Add
atoi
andatol
- @asiekierka