Bpc (Break Point Clear) - Epson S5U1C62000A Manual

Epson cmos 4-bit single chip microcomputer manual
Table of Contents

Advertisement

bpc
(break point clear)
Function
This command clears the specified breakpoints that have been set.
Format
>bpc <break1> [<break2> [<break3> [<break4>]]]
<break1–4>: Break address or address area; hexadecimal or symbol (IEEE-695 format only)
Example
>bp
0: 0100
1: 0200..0300
1. set
2. clear
>bpc 100 150..250
>bp
0 : 0251..0300
1. set
2. clear
>
Notes
• The format of parameters is same as the bp command. You can also use the guidance input mode of bp
command to do the same operation.
• You can use this command for multiple times to clear breakpoints.
• If the specified addresses or areas have not been set as PC breakpoints, no clear operation is done.
GUI utility
[Break | Breakpoint Set ...] menu item
When this menu item is selected, a dialog box appears for clearing PC breakpoints. (See the bp
command.)
[Break] button
When this button is clicked after placing the cursor to a PC break address line in the [Source] window,
the breakpoint is cleared. If the address has not been set as a PC breakpoint, this button sets a new PC
breakpoint at the address.
[Break] button
S5U1C62000A MANUAL
(S1C60/62 FAMILY ASSEMBLER PACKAGE)
3. clear all ... ?
... Clears PC break points at address 0x100 and the area from 0x150 (0x200)
to 0x250.
3. clear all ... ?
EPSON
(direct input mode)
... Break points that have been set
CHAPTER 9: DEBUGGER
177

Advertisement

Table of Contents
loading

Table of Contents