]> Shamusworld >> Repos - rmac/commitdiff
Fixes for bug #144 (unitialized code paths in 6502 codegen).
authorShamus Hammons <jlhamm@acm.org>
Wed, 15 Jan 2020 04:14:01 +0000 (22:14 -0600)
committerShamus Hammons <jlhamm@acm.org>
Wed, 15 Jan 2020 04:14:01 +0000 (22:14 -0600)
I was able to throw away a bunch of code in m6502cg(); things should be
much clearer vis-a-vis how things are parsed and code flow through that
function.  Plus it's always nice to be able to throw away code.  :-)
Now at v2.0.9.


No differences found