Fujitsu CM71-00329-7E Biscuit Joiner User Manual


 
211
CHAPTER2 Dependence Functions
2.5.2.1 Software Break
A software break is a function to make a break by executing an instruction embedded in
memory.
The break occurs before executing the instruction at the specified address.
Software Break
A software break is a function to make a break by executing an instruction embedded in memory. The
break occurs before executing the instruction at the specified address.
Up to 16 break points can be set.
When the software break occurs, the following message appears at the status bar.
Break at address by breakpoint
How to set
Set the software break as follows.
Command
- SET BREAK/SOFT
For details, refer to "3.1 SET BREAK (type 1)" in "SOFTUNE Workbench Command Reference
Manual".
Dialog
- "Code" tab in breakpoint setting dialog
For details, refer to "4.6.4 Breakpoint" in "SOFTUNE Workbench Operation Manual".
•Window
- Source window/disassemble window
Note:
There are two points to note when using software break point.
Software breaks cannot be set in read only areas, such as ROM. If an attempt is made to do so,
a verify error occurs at program startup (continuous execution in batch processing, step
execution, etc.).
Always set a software break at the instruction start address. Setting a software break point in the
middle of an instruction, may cause a software error.