Ax51 User's Guide

Output Files

The Ax51 Assembler generates a number of output files during compilation. By default, each output file shares the same filename as the source file. However, each has a different file extension. The following table lists the files and gives a brief description of each.

File ExtensionDescription
.LSTFiles with this extension are listing files that contain the formatted source text along with any errors detected by the assembler. Listing files may optionally contain the symbols used and a cross reference. Refer to the PRINT directive for more information.
.OBJFiles with this extension are object modules that contain relocatable object code. Object modules may be linked to an absolute object module by the Lx51 or BL51 Linkers.