Hacker News new | ask | show | jobs
by lefticus 3633 days ago
I was unable to get any of the existing 3 llvm 6502 backends to produce reasonable code. Which is why I went this route. I meant to mention that in the video...
2 comments

There's also https://github.com/puppeh/gcc-6502 and https://github.com/puppeh/gcc-6502-bits to get 6502 directly out of gcc.
I don't believe I found those, thank you.
By reasonable code do you mean performant, or just plain working?
If I had to guess, now knowing that there's a crushing stack size limitation for 6502 CPU, probably "just plain working."