There's a project I want to do using C, so I was thinking of using cc65 (obviously).
But because this compiler looks quite nifty I'm going to give it a spin.
huffelduff wrote: ↑Tue May 16, 2023 8:21 pm
But because this compiler looks quite nifty I'm going to give it a spin.
Dr. Mortal Wombat is developing the "monolithic approach" since September 2021, it deserves more attention.
By the way classic compiler suites like LLVM-MOS and vbcc have no official VIC-20 support but C64.
polluks wrote: ↑Wed May 17, 2023 6:58 am
By the way classic compiler suites like LLVM-MOS and vbcc have no official VIC-20 support but C64.
I've been using llvm-mos with their vic-20 personality for a short while, and it seems pretty good - however, as others have said in other threads, the C runtime and library are functional but not extensive.