English
Language : 

M68ICS05C Datasheet, PDF (131/250 Pages) –
DEBUGGING COMMAND SET
BR
(continued)
Syntax:
BR [<address> [<n>]] ;set a breakpoint
BR
;list current breakpoints
where:
<address>
<n>
The address for a breakpoint.
Break after value: code execution passes through the breakpoint n-
1 times, then breaks the nth time it arrives at the breakpoint.
Examples:
BR 300
BR 330 8
Set a breakpoint at address 300
Set a breakpoint at address 330, break on eighth arrival at
330.
M68ICS05COM/D
7-15