Epson S5U1C62000A Manuel D’Utilisation

Page de 255
154
EPSON
S5U1C62000A MANUAL
(S1C60/62 FAMILY ASSEMBLER PACKAGE)
CHAPTER 9: DEBUGGER
9.9 Command Reference
9.9.1 Command List
Table 9.9.1.1 lists the debug commands available with the debugger.
Table 9.9.1.1  Command list
Classification
Command
Function
Page
Program memory
as
(assemble)
Assemble mnemonic
156
operation
pe
(program memory enter)
Input program code
158
pf
(program memory fill)
Fill program area
159
pm
(program memory move)
Copy program memory
160
Data memory
dd
(data memory dump)
Dump data memory
161
operation
de
(data memory enter)
Input data
163
df
(data memory fill)
Fill data area
165
dm
(data memory move)
Copy data area
166
Register operation
rd
(register display)
Display register values
167
rs
(register set)
Modify register values
168
Program execution
g
(go)
Execute successively
169
gr
(go after reset CPU)
Reset CPU and execute successively
171
s
(step)
Step into
172
n
(next)
Step over
173
CPU reset
rst
(reset CPU)
Reset CPU
174
Break
bp
(breakpoint set)
Set breakpoint
175
bpc
(breakpoint clear)
Clear breakpoint
177
bd
(data break)
Set data break
178
bdc
(data break clear)
Clear data break
180
br
(register break)
Set register break
181
brc
(register break clear)
Clear register break
183
bm
(multi break)
Set multiple break
184
bmc
(multi break clear)
Clear multiple break
186
bl
(breakpoint list)
Display all break conditions
187
bac
(break all clear)
Clear all break conditions
188
be
(break enable)
Set break enable mode
189
bsyn
(break disable)
Set break disable (synchronous) mode
190
Program display
u
(unassemble)
Unassemble display
191
sc
(source code)
Source display
192
m
(mix)
Mix display
193
Symbol information
sy
(symbol list)
List symbols
194
Load files
lf
(load file)
Load IEEE-695 format absolute object file
195
lo
(load option)
Load Intel-HEX format file
196
ROM access
rp
(ROM program load)
Load program from ROM
197
vp
(ROM program verify)
Verify the contents of ROM with program memory
198
rom
(ROM type)
Set ROM type
199
Trace
tc
(trace condition)
Set trace condition
200
ta
(trace area)
Set trace area
201
tac
(trace area clear)
Clear trace area
203
tp
(trace pointer)
Display current trace pointer
204
td
(trace data display)
Display trace information
205
ts
(trace search)
Search trace information
207
tf
(trace file)
Save trace information into a file
209
Coverage
cv
(coverage)
Display coverage information
210
cvc
(coverage clear)
Clear coverage information
211
Command file
com
(execute command file)
Load & execute command file
212
rec
(record commands)
Record commands to a command file
213
Log
log
(log)
Turn log output on or off
214
Map information
ma
(map information)
Display map information
215
Mode setting
otf
(on-the-fly display)
Turn on-the-fly display on or off
216
tim
(time or step mode)
Set time or step measurement mode
217
Self diagnosis
chk
(self diagnostic test)
Report results of ICE self diagnostic test
218
Quit
q
(quit)
Quit debugger
219