Hacker News new | ask | show | jobs
by mmphosis 1179 days ago
I think NESFab is a medium level programming language targeting the NES 6502. On NES, the Decimal flag has no effect.

GNU Compiler Collection no longer targets 6502, but an older version of the GNU C Compiler could. LLVM targeting 6502 is limited. There is also the cc65 cross compiler. [1]

LLVM [2] and GCC [3] are compiler and toolchain technologies. The name Low Level Virtual Machine (LLVM) is no longer officially an acronym, and the GNU C Compiler is now the GNU Compiler Collection (GCC).

[1] https://www.cc65.org/ [2] https://www.llvm.org/ [3] https://gcc.gnu.org/