OPERATING INSTRUCTIONS
M68HC11EVBU/D
4-29
STOPAT
Stop at Address
4.6.15 Stop at Address
STOPAT <address>
where:
<address>
The specified user program counter (PC) stop address.
The STOPAT command causes a user program to be executed one instruction at at time until the
specified address is encountered. Execution begins with the current user PC address and stops
just before execution of the instruction at the specified stop address. The STOPAT command
should only be used when the current value of the user PC register is known. (e.g., after a
breakpoint is reached or after an RD command is used to set the user PC)
The STOPAT command has an advantage over breakpoints in that a stop address can be a ROM
location while breakpoints only operate in RAM or EEPROM locations. Since the STOPAT
command traces one instruction at a time with a hidden return to the monitor after each user
instruction, some user programs will appear to execute slowly.
The stop address specified in the STOPAT command must be the address of an opcode just as
breakpoints can only be set at opcode addresses.
NOTE
Refer to example program shown on page 4-16 for the following
STOPAT command example. The RD command was used prior to
this example to set the user PC register to $0100.
Example:
>STOPAT 0108<CR>
Execute example program until $0108 is reached.
P-0108 Y-DEFE X-F4FF A-44 B-FE C-90 S-0047
>
Summary of Contents for M68HC11EVBD
Page 4: ......
Page 92: ...HARDWARE DESCRIPTION 5 4 M68HC11EVBU D ...
Page 101: ...SUPPORT INFORMATION M68HC11EVBU D 6 9 Figure 6 2 EVBU Schematic Diagram Sheet 1 of 3 ...
Page 102: ...SUPPORT INFORMATION 6 10 M68HC11EVBU D ...
Page 103: ...SUPPORT INFORMATION M68HC11EVBU D 6 11 Figure 6 2 EVBU Schematic Diagram Sheet 2 of 3 ...
Page 104: ...SUPPORT INFORMATION 6 12 M68HC11EVBU D ...
Page 105: ...SUPPORT INFORMATION M68HC11EVBU D 6 13 Figure 6 2 EVBU Schematic Diagram Sheet 3 of 3 ...