beautypg.com

2 output files – Epson S5U1C62000A User Manual

Page 60

background image

48

EPSON

S5U1C62000A MANUAL

(S1C60/62 FAMILY ASSEMBLER PACKAGE)

CHAPTER 5: ASSEMBLER

5.2.2 Output Files

Object file

File format: Binary file in relocatable IEEE-695 format

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

specified with -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: .lst (The is the same as that of the input file, unless other-

wise specified with -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: .ms (The is the same as that of the input file, unless other-

wise specified with -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. Also the source codes de-
scribed in the old syntax are converted into the new syntax.
When developing a program using old-style sources, this temporary file can be used
as a base file to start creating sources in the new syntax.

Error file

File format: Text file

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

wise specified with -o option.)

Output destination: Current directory

Description: File delivered when the start-up option (-e) is specified. It records error messages

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