cc64
cc64 is a small-C compiler written in Forth, hosted on the Commodore C64, Plus4 and C16 with 64k, and on the Commander X16. It is targeting the 6502 CPU.
How to download and setup cc64
Open terminal and run command
git clone https://github.com/pzembrod/cc64.git
git clone is used to create a copy or clone of cc64 repositories.
You pass git clone a repository URL. it supports a few different network protocols and corresponding URL formats.
Also you may download zip file with cc64 https://github.com/pzembrod/cc64/archive/master.zip
Or simply clone cc64 with SSH
[email protected]:pzembrod/cc64.git