120 EPSON S5U1C62000A MANUAL
(S1C60/62 FAMILY ASSEMBLER PACKAGE)
CHAPTER 9: DEBUGGER
Source file
File format: Text file
File name: <file name>.s
Description: This is the source file of the above object file. It is read when the debugger performs source
display.
Program file
File format: HEX file in Intel-HEX format
File name: <file name>h.hex, <file name>l.hex
Description: This is a load image file of the program ROM, and is read into the debugger by the lo
command. The file "h.hex" corresponds to the 4 high-order bits of the program code and the
file "l.hex" corresponds to the 8 low-order bits of the program code. These files are gener-
ated for the purpose of creating mask data from an object file in the IEEE-695 format by a
HEX conversion utility. Unlike files in the IEEE-695 format, these files cannot be used for
source display or symbolic debugging, but can be used to check the operation of final
program data.
Option data file
File format: HEX file in Intel-HEX format
File name: <file name>f.hex, <file name>s.hex, <file name>a.hex (Varies with the type of microcom-
puter)
Description: These data files are used to set up hardware options for each microcomputer model and is
read by the lo command. These files are generated by a development tool available for each
microcomputer model.
Command file
File format: Text file
File name: <file name>.cmd (An extension other than ".cmd" can also be used.)
Description: This file contains a description of debug commands to be executed successively. By writing
a series of frequently used commands in this file, the time and labor required for entering
commands from the keyboard can be saved. The command described in the file are read
and executed using the com command.
9.2.2 Output Files
Log file
File format: Text file
File name: <file name>.log (An extension other than ".log" can also be used.)
Description: This file contains the information of executed commands and execution results that are
output to a file. Output of this file can be controlled by the log command.
Record file
File format: Text file
File name: <file name>.rec (An extension other than ".rec" can also be used.)
Description: This file contains the information of executed commands that are output to a file. Output of
this file can be controlled by the rec command.
Trace file
File format: Text file
File name: <file name>.trc (An extension other than ".trc" can also be used.)
Description: This file contains the specified range of trace information. Output of this file can be con-
trolled by the tf command.