File Names

Previous The A68k Assembler Next

The names of the above files can be explicitly specified. However, A68k will generate default file names in the following cases:

A default name is generated by deriving a stem name from the source code file name, and appending '.o' for an object code file name ('.s' if the '-s' switch is specified to produce Motorola S-records), '.equ' for an equate file name, or '.lst' for a listing file name. The stem name consists of all characters of the source file name up to the last period (or the entire source file name if it contains no period). Here are some examples of default names:

Source fileObject fileEquate fileListing file
myprog.asmmyprog.omyprog.equmyprog.lst
myprogmyprog.omyprog.equmyprog.lst
new.prog.asmnew.prog.onew.prog.equnew.prog.lst