2.3.2 Object File

The assembler creates a relocatable object file. These object files do not yet have addresses resolved and must be linked before they can be used for executables.

By default, the name of the object file created is a.out. Specify the -o option (see Assembler Command Line Options) on the command line to override the default name.

Object files are created in the ELF format.