14 coverage, Cv (coverage) – Epson S5U1C62000A User Manual
Page 222

210
EPSON
S5U1C62000A MANUAL
(S1C60/62 FAMILY ASSEMBLER PACKAGE)
CHAPTER 9: DEBUGGER
9.9.14 Coverage
cv
(coverage)
Function
This command displays coverage information (addresses where the program is executed).
The coverage information is displayed in the [Command] window.
Format
>cv [
↵
(direct input mode)
Condition:
0
≤
address1
≤
address2
≤
last program memory address
Example
>cv 100 1ff
↵
... Displays the executed addresses within the range from 0x100 to 0x1ff.
Coverage Information:
0: 0100..0108
>
Notes
• The addresses specified here must be within the range of the program memory area available with
each microcomputer model.
An error results if the input one is not a hexadecimal number or a valid symbol.
Error : invalid value.
An error results if the limit is exceeded.
Error : Program address out of range.
• If the cv command is input without
is displayed; if both
specified address range is displayed; if just
maximum program address and coverage information within that range is displayed.
GUI utility
None