|
|
|
|
|
by chillingeffect
898 days ago
|
|
Wow this is actually more than just a C compiler... it supports numerous 6502 systems like NES, has a number of useful libraries and examples like disk i/o and many ample programs including sprite multiplexing. There are also extensive pragmas to help optimize. |
|
The only other compiler for 6502 I've ever used (and had to modify) is the old cc65. The original author stop developing it (10+ years ago): https://cc65.github.io/
But there is some development ongoing: https://cc65.github.io/
Would be interesting to see comparison with the new one.