I'm using a Windows machine and have all the required tools set up as explained here SlithyMatt's x16-hello-cc65.
Whether I now run the ca65.exe or the cl65.exe, in both cases no .o-file is build. For example the following command
Code: Select all
cl65 -t cx16 -o TEST.PRG -l test.list test.asm
Does anybody know how to solve this issue?
Many thanks