To set a breakpoint at a machine instruction, issue the stopi command, using the syntax described above, and specifying a machine address. For example,
stopi at 0x1000
stops execution at address 1000 (hex).
The history region displays the address and the machine instruction. The source pointer moves to the source line being executed.