![Epson S1C88 Series Manual Download Page 198](http://html.mh-extra.com/html/epson/s1c88-series/s1c88-series_manual_106917198.webp)
CHAPTER 13 S1C88 FAMILY DEBUGGER
186
EPSON
S5U1C88000C MANUAL II
WORKBENCH/DEV TOOLS/OLD ASSEMBLER
13.9.12 Coverage
cv
(coverage)
Function
This command displays the coverage information (accessed addresses) acquired by the ICE while
running the target program.
Format
>cv <address1> [<address2>]
↵
(direct input mode)
<address1>: Start address; hexadecimal or symbol (IEEE-695 format only)
<address2>: End address; hexadecimal or symbol (IEEE-695 format only)
Condition:
0
≤
address1
≤
address2
≤
last memory address (0xffffff)
Examples
(1) When [Coverage] window is opened:
Coverage information is displayed in a 16 bytes per line format beginning with <address1>. P.Addr
indicates the start address (physical address) of each line. The accessed addresses are marked with an
asterisk (
∗
) and addresses not accessed are marked with a space " ". The Count value indicates the
total addresses accessed (in bytes) among the 16 bytes on each line. All acquired data can be displayed
by scrolling the screen.
(2) When [Coverage] window is closed:
If <address2> is omitted when executing the cv command, coverage information from <address1> to
the end address is displayed in the [Command] window.
If <address2> is specified when executing the cv command, coverage information from <address1> to
<address2> is displayed.
>cv 100
↵
...Shows the executed addresses following 0x000100.
000100 - 00020e
000233 - 0002c4
0004e4 - 0004e9
:
00ff40
00ff54 - 00ff55
00ff61
00ff63
>cv 100 1ff
↵
...Shows the executed addresses from 0x000100 to 0x0001ff.
000100 - 0001ff
>