Chapter 9 D Ebugger; Features; Input/Output Files; Input Files - Epson S5U1C62000A Manual

Epson cmos 4-bit single chip microcomputer manual
Table of Contents

Advertisement

9 D
CHAPTER
This chapter describes how to use the Debugger db62.

9.1 Features

The Debugger db62 is used to debug a program after reading an object file in the IEEE-695 format that is
generated by the linker.
It has the following features and functions:
• Various data can be referenced at the same time using multiple windows.
• Frequently used commands can be executed from tool bars and menus using a mouse.
• Also available are source display and symbolic debug functions which correspond to assembly source
codes.
• Consecutive program execution and two types of single-stepping are possible.
• Four break functions are supported.
• A real-time display function shows register and memory contents on-the-fly.
• A time display function showing execution time by both duration and steps.
• An advanced trace function.
• An automatic command execution function using a command file.

9.2 Input/Output Files

Parameter file
ICE
Record file

9.2.1 Input Files

Parameter file
File format: Text file
File name: <file name>.par
Description: This file contains memory information on each microcomputer model and is indispensable
for starting the debugger. This file is included with the development tool package for each
microcomputer model.
The following files are read by the debugger according to command specification.
Object file
File format: Binary file in the IEEE-695 format
File name: <file name>.abs (An extension other than ".abs" can also be used.)
Description: This is an object file generated by the linker. This file is read into the debugger by the lf
command. By reading a file in the IEEE-695 format that contains debug information, source
display and symbolic debugging can be performed.
S5U1C62000A MANUAL
(S1C60/62 FAMILY ASSEMBLER PACKAGE)
EBUGGER
from Linker
IEEE-695
object file
file.par
file.abs
Debugger
db62
file.cmd
file.log
Log file
Trace file
Fig. 9.2.1 Flow chart
Source file(s)
Command file
file.s
file.cmd
fileh.hex
filel.hex
Program
file.trc
HEX files
EPSON
CHAPTER 9: DEBUGGER
filef.hex
files.hex
filea.hex
Option
HEX files
119

Advertisement

Table of Contents
loading

Table of Contents