beautypg.com

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

Page 222

background image

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)

: Start address; hexadecimal or symbol (IEEE-695 format only)
: 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 and , coverage information in all address

is displayed; if both and are specified, coverage information within the
specified address range is displayed; if just is specified, the end address is treated as the
maximum program address and coverage information within that range is displayed.

GUI utility

None