Displaying 1 result from an estimated 1 matches for "c64scene".
2016 Feb 12
3
Experimental 6502 backend; memory operand folding problem
...;https://github.com/beholdnec/llvm-m6502>. This branch
introduces
a target called "m6502", which can be used in llc to compile some very simple
functions. Only a few instructions are implemented, it's not useful for anything
yet.
There was another attempt in August of last year by c64scene-ar on GitHub to
design a 6502 backend, however, the project appears to be stalled with no
substantial progress. As far as I know, my backend is the only one able to
generate 6502 instructions.
Here is a test file: <https://gist.github.com/beholdnec/910eba79391bb24ba2fa>.
I would like to ask...