NAME:
SET/DISPLAY BREAKPOINT
BR
COMMAND SYNTAX:
BR[ < address> [; < count> ] ....] < CR>
FUNCTION:
The BR command enables portions of a user program to be
executed in real-time and halted if a user-specified instruction
address (breakpoint) is encountered. The breakpoint,
specified within the BR command, is placed
into a breakpoint table maintained by the Monitor
(unless the table is whenever the Monitor gives
control to the target program (ie with the GO,
GT, TR and TT commands). When a breakpoint is
encountered, the display format is displayed on
the terminal
Up to eight breakpoints may be set at any
one time.
The count, if specified, is the number of times
the address is to be encountered before the
program is halted. The default value is one (1)
(ie the program is halted as soon as the address
is encountered). The range of count is a 32 bit
integer. If no address is specified, the addresses
of all breakpoints in the table are displayed on
the terminal. The illegal instruction $4AFB
is used for the breakpoint. If Monitor control
is lost and the RESET push-button is used to
regain control, breakpoints may be left in
the user target program.
See also: NOBR
EXAMPLE
> BR 1000 1100 1200;5
BREAKPOINTS
001000
001000
001100
001100
001200
001200;5
> NOBR 1000 1100
BREAKPOINTS
001200
001200;5
> NOBR
BREAKPOINTS
>
PME68-1B Manual
Page 87 Issue 5
Summary of Contents for PME 68-1B
Page 8: ...Figure 1 The PME 68 1B Board Photograph not available in PDF PME 68 1B Manual Page 2 Issue 5...
Page 12: ...Figure 4 Component Layout Diagram P5 P4 P3 BAT PME 68 1B Manual Page 6 Issue 5...
Page 56: ...Figure 14 Link Areas BAT PME68 1B Manual Page 50 Issue 5...