Execute a machine instruction.
Syntax
stpi [count]
Execute a single machine instruction. If instruction is function call, stop at first instruction of the function code If <count>
is greater than 1, repeat <count>
times. Default value of count is 1.
Returns
Nothing, if the target has single stepped. Error if the target is already running or cannot be resumed.
An information message is printed on the console when the target stops at the next address.