243
CHAPTER 2 DEPENDENCE FUNCTIONS
2.5.4.1 Code Break
This function aborts a program by monitoring the specified address using hardware or
software. Break occurs prior to execution of the instruction of the specified address.
■ Code Break
This function aborts a program by monitoring the specified address using hardware or software. Break occurs
prior to execution of the instruction of the specified address.
The maximum setting number is as follows:
Hardware : 4 points
Software : 2048 points
When a break occurs due to a code break, the following message is displayed on the Status Bar.
• Hardware
Break at Address by hardware breakpoint
• Software
Break at Address by breakpoint
■ Setting Method
The code break is controlled by the following method.
• Command
- SET BREAK/HARD (Hardware)
- SET BREAK/SOFT (Software)
Refer to "3.1 SET BREAK (type 1)" in "SOFTUNE Workbench Command Reference Manual".
• Dialog
- Breakpoints set dialog [Code] tab
Refer to "4.6.4 Breakpoint" in "SOFTUNE Workbench Operation Manual".
•Window
- Source window/Disassembly window