CHAPTER 13 S1C88 FAMILY DEBUGGER
S5U1C88000C MANUAL II
EPSON
199
WORKBENCH/DEV TOOLS/OLD ASSEMBLER
13.9.18 Help
?
(help)
Function
This command displays the input format of each command.
Format
(1) ?
(direct input mode)
(2) ? <n>
(direct input mode)
(3) ? <command>
(direct input mode)
<n>:
Command group number; decimal
<command>: Command name
Condition:
1
≤
n
≤
6
Examples
When you input the command in Format 1 or 2, the system displays a list of commands classified by
function. Use the command in Format 3 if you want to display the input format of each individual
command.
>?
↵
group 1: data & register ............ dd,de,df,dm,ds/rd,rs
group 2: execution & break .......... g,gr,s,n,se,rst/bp,bpa,bpr,bc(bpc),bas,ba,bar,bd,bdr,bl,bac
group 3: source & symbol ............ u,sc,m/sy/w
group 4: file & flash rom ........... lf, par/xfer,xfwr,xfcp,xdp
group 5: trace & coverage ........... td,ts,tf/cv,cvc
group 6: others ..................... par/com,cmw,rec/log/ma/q/?
Type "? <group #>" to show group or "? <command>" to get usage of the command.
>? 1
↵
group 1: data & register
dd (data dump), de (data enter), df (data fill), dm (data move), ds (data search)
rd (register display), rs (register set)
Type "? <command>" to get usage of the command.
>? dd
↵
dd (data dump): dump memory content with hexadecimal format
usage: dd [addr1] [addr2] [unit] ... dump from 0x0 in byte unit if without parameter
dd [addr1] [@size] [unit] ... dump from 0x0 in byte unit if without parameter
unit: display unit (-B (default) / -W / -L / -F / -D)
GUI utility
None