8-bit micro-controller
SN8ICE 2K User Manual
SONiX TECHNOLOGY CO., LTD
Page 14
Preliminary V0.1
Click “Debug -> Step Over” (F10) from the menu, you could trace Macro or Subroutine of the program
in one step. When finished “Step Over” function, the yellow arrow goes to the next program flow and
stops. In this case, the program jumps to the “Reset” label. The PCL’s value is in red because the
“JMP” instruction changes the PCL value.
Figure 4-9 Step
To set a breakpoint, simply move the cursor to the line where you wish the program to be stopped. Then,
click “Debug-> Break” (F9) from the menu. The red dot represents successful breakpoint setting.
Figure 4-10 Set breakpoint