Y
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
hermanhermitage
3633 days ago
There's also
https://github.com/puppeh/gcc-6502
and
https://github.com/puppeh/gcc-6502-bits
to get 6502 directly out of gcc.
link
lefticus
3633 days ago
I don't believe I found those, thank you.
link
smcl
3633 days ago
By reasonable code do you mean performant, or just plain working?
link
Hydraulix989
3632 days ago
If I had to guess, now knowing that there's a crushing stack size limitation for 6502 CPU, probably "just plain working."
link