beautypg.com

Ta (trace area) – Epson S5U1C62000A User Manual

Page 213

background image

S5U1C62000A MANUAL

EPSON

201

(S1C60/62 FAMILY ASSEMBLER PACKAGE)

CHAPTER 9: DEBUGGER

ta

(trace area)

Function

This command sets or clears the trace area by the specified program address range.

Format

(1) >ta [ [...... ]]

(direct input mode)

(2) >ta all

(direct input mode)

(3) >ta

(guidance mode)

Current trace area

1. set 2. clear 3. clear all ...? <1 | 2 | 3>

Start address ?

End address ?

......
>

: Start address of each specified address range; hexadecimal or symbol (IEEE-695 format only)
:End address of each specified address range; hexadecimal or symbol (IEEE-695 format only)
Condition:

0

staddr(1–4)

endaddr(1–4)

last program memory address

Examples

Format (1)

>ta 400 600

... Sets a trace area from address 0x400 to 0x600.

>

Format (2)

>ta all

... Sets as entire program memory to be traced.

>

Format (3)

>ta

Trace area:
0000..0fff
1. set 2. clear 3. clear all ...? 3

... Clears all areas.

>ta
No trace extract address is defined
1. set 2. clear 3. clear all ...? 1

Start address ? 100

... Sets a trace area from address 0x100 to 0x17f.

End address ? 17f

Start address ? 200

... Sets a trace area from address 0x200 to 0x2ff.

End address ? 2ff

Start address ?

... Terminated by [Enter] key.

>ta

Trace area:
0100..017f
0200..02ff
1. set 2. clear 3. clear all ...? 2

Start address ? 150

... Clears a trace area from address 0x150 to 0x24f.

End address ? 24f

Start address ?

>ta

Trace area:
0100..014f
0250..02ff
1. set 2. clear 3. clear all ...?

>