]> Shamusworld >> Repos - rmac/commit
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)
commitd62ea9ab9323ed83b9feb96bd1d7df21c1bf6a63
tree4c644fe83f603cd12e37fe99a847cfada27eb491
parentdaeae41fe48942fb011b60f48966ebf8ac407656
Fixes for bug #144 (unitialized code paths in 6502 codegen).

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.
6502.c
version.h