User manual
Basic debugging features UM0036
178/385 Doc ID 7705 Rev 11
This simply means that the PC is placed in the middle of an instruction, rather than at the
beginning of the instruction, and so warns you that the PC location is not exactly where it
appears in the Disassembly window.
Similarly, a brown shaded circle, as shown below, indicates that a breakpoint has been
placed, but that there is no way to associate this breakpoint with a particular instruction. This
can occur if your project does not have any debug information related to it, such as when
you load and work on a binary file directly.
Figure 119. “Brown” breakpoint
5.6 Online assembler
From the Disassembly window you can modify an instruction at a particular address by
selecting the address and right-clicking the mouse. A contextual menu (as shown in
Figure 120) will appear, with the option Online Assembler.
Figure 120. Disassembly window contextual menu