A166 User's Guide

Tracking Files

It is convenient to use the filename extensions to indicate the stage in the process represented by the contents of each file. Source code files can use extensions such as .SRC or .A66 (indicating the code is for input to the A166 Assembler). Object code files receive the extension .OBJ by default, or the user can specify another extension. Executable files generally do not have an extension. Listing files can use .LST, the default extension assigned by the assembler. The L166 Linker uses .M66 for the default linker map file extension.