johnwbyrd / llvm-m6502

[NOT WORKING] Bug fixes on beholdnec's fork of llvm experiments

Home Page:http://llvm.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project seems not working?

johnwbyrd opened this issue · comments

Hi beholdnec, I've spent some time going over your code base, and it looks to me that your original intention here was to create a compiler from LLVM to 6502, and you got as far as implementing a bunch of load/store instructions in a 16-bit pseudolanguage; but it doesn't seem to be that enough of the clang backend works to support it, and anyway the 16-bit representation seems incomplete. Perhaps I misunderstand the current state of the code base.... please correct me if I am wrong.