Next Previous Contents

3. Input and output

The compiler will accept one C file per invocation and create a file with the same base name, but with the extension replaced by ".s". The output file contains assembler code suitable for the use with the ca65 macro assembler.

In addition to the paths named in the -I option on the command line, the directory named in the environment variable CC65_INC is added to the search path for include files on startup.


Next Previous Contents