Epson S5U1C63000A Computer Accessories User Manual


 
CHAPTER 8: DEBUGGER
S5U1C63000A MANUAL EPSON 221
(S1C63 FAMILY ASSEMBLER PACKAGE)
tf (trace file)
Function
This command saves the specified range of the trace information displayed in the [Trace] window by
the td or ts command to a file.
Format
(1) >tf [<cycle1> [<cycle2>]] <file name> (direct input mode)
(2) >tf (guidance mode)
Start cycle number (max 8191) ? : <cycle1>
End cycle number (min 0) ? : <cycle2>
File Name ? : <file name>
>
<cycle1>: Start cycle number; decimal (max 8,191)
<cycle2>: End cycle number; decimal (min 0)
<file name>: Output file name (path can also be specified)
Examples
Format (1)
>tf trace.trc ... Saves all trace information extracted by the td command.
8191-8000
8000-7000
:
1000- 1
OK!
>
Format (2)
>tf
Start cycle number (max 8191) ? :1000
End cycle number (min 0) ? :1
File name ? :test.trc
1000- 1
OK!
>
Notes
If an existing file is specified, the file is overwritten with the new data.
The default value of <cycle1> is the last location, and the default value of <cycle2> is "1".
GUI utility
[Trace | Trace File …] menu item
When this menu item is selected, a dialog box appears allowing specification of the parameters.
Enter a start cycle number, end cycle number and a file
name, then click [OK].
To save all the trace information, leave the [Start cycle
number] and [End cycle number] boxes blank.
The file name can be selected using a standard file selec-
tion dialog box that appears by clicking [Browse...].