project), you should stick with `cc`. I will occasionally use `pcc` to generate assembly for us to look at as a class. * `cc file.c` will compile a file named `file.c` into a binary named `a.out`. The ...
C64 Tutorial-like Projects Here are some of my easy projects done for cc65 compiler suite. Most of them are written in C. However, there are also some assembler projects.