2 output files, 2 instructions (mnemonics and pseudo-instructions) – Epson S5U1C63000A User Manual

Page 62

Advertising
background image

CHAPTER 4: ASSEMBLER

48

EPSON

S5U1C63000A MANUAL

(S1C63 FAMILY ASSEMBLER PACKAGE)

4.2.2 Output Files

Object file

File format: Binary file in relocatable IEEE-695 format

File name: <file name>.o (The <file name> is the same as that of the input file, unless otherwise

specified with the -o option.)

Output destination: Current directory

Description: File in which machine language codes are stored in a relocatable form available for

the linker to link with other modules and to generate an executable absolute object.

Relocatable list file

File format: Text file

File name: <file name>.lst (The <file name> is the same as that of the input file, unless other-

wise specified with the -o option.)

Output destination: Current directory

Description: File in which offset locations, machine language codes and source codes are stored

in plain text.

Preprocessed file

File format: Text file

File name: <file name>.ms (The <file name> is the same as that of the input file, unless other-

wise specified with the -o option.)

Output destination: Current directory

Description: File in which instructions for preprocessing (e.g. conditional assembly and macro

instructions) are expanded into an assembling format.

Error file

File format: Text file

File name: <file name>.err (The <file name> is the same as that of the input file, unless other-

wise specified with the -o option.)

Output destination: Current directory

Description: The file is created if the -e option is specified. It records error messages and other

information which the assembler delivers via the Standard Output (stdout).

Advertising