Epson S5U1C62000A Computer Hardware User Manual


 
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 [<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 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 <address1> and <address2>, coverage information in all address
is displayed; if both <address1> and <address2> are specified, coverage information within the
specified address range is displayed; if just <address1> is specified, the end address is treated as the
maximum program address and coverage information within that range is displayed.
GUI utility
None