Symbol Information; Sy (Symbol List) - Epson S5U1C63000A User Manual

Cmos 4-bit single chip microcomputer manual
Table of Contents

Advertisement

CHAPTER 8: DEBUGGER

8.9.11 Symbol Information

sy
(symbol list)
Function
This command displays a list of symbols in the [Command] window.
Format
(1) >sy [/a]
(2) >sy $<keyword> [/a]
(3) >sy #<keyword> [/a]
<keyword>: Search character string; ASCII character
Condition: 0
length of keyword
Examples
Format (1)
>sy
INC_RAM_BLK1
INIT_RAM_BLK1
RAM_BLK0
RAM_BLK1
BOOT@C:\E0C63\TEST\MAIN.S
LOOP@C:\E0C63\TEST\MAIN.S
NMI@C:\E0C63\TEST\MAIN.S
>
In format (1), all the defined symbols are displayed in alphabetical order. Global symbols are dis-
played first, then local symbols. Shown to right to each symbol is the address that is defined in it.
Format (2)
>sy $R
INC_RAM_BLK1
INIT_RAM_BLK1
RAM_BLK0
RAM_BLK1
>
In format (2), the debugger displays global symbols that contain the character string specified by
<keyword>.
Format (3)
>sy #B
BOOT@C:\E0C63\TEST\MAIN.S
>
In format (3), the debugger displays local symbols that contain the character string specified by
<keyword>.
When local symbols are displayed, @ and the source file name in which the symbol is defined are
added.
Notes
• The symbol list will be sorted by letter order if no option is added. If the option </a> is added, the
symbol list will be sorted by address.
• The symbol list can only be displayed when the object file in IEEE-695 format has been read.
• The specification of keyword conforms to which defined for assembler tools.
GUI utility
None
206
(direct input mode)
(direct input mode)
(direct input mode)
32
EPSON
0007
0000
0000
0004
0110
0116
0100
0007
0000
0000
0004
0110
S5U1C63000A MANUAL
(S1C63 FAMILY ASSEMBLER PACKAGE)

Advertisement

Table of Contents
loading

Table of Contents