In SX Microcontrollers, SX/B Compiler and SX-Key Tool, g_daubach wrote: Bean is correct - it is a "feature" of the internal debugging code that you can't set breakpoints on NOP instructions. On the other hand, the IDE should not come up with a run-time error in such cases. BTW, you also can't set a breakpoint on the very last instruction line, like in ; some instructions jmp Loop a breakpoint on jmp Loop would not work. As a work-around, simply follow the last instruction with one more dummy instruction (but don't use a NOP), like ; some instructions jmp Loop mov w, #0 ---------- End of Message ---------- You can view the post on-line at: http://forums.parallax.com/forums/default.aspx?f=7&p=1&m=246243#m246287 Need assistance? Send an email to the Forum Administrator at forumadmin@parallax.com The Parallax Forums are powered by dotNetBB Forums, copyright 2002-2008 (http://www.dotNetBB.com)