User`s guide

Table Of Contents
4–150 User Commands
User Commands
step
step
The step command executes the next instruction.
Format
s[tep]
Parameters
None.
Description
Use the step command and the next command to execute a machine instruction.
When the instruction contains a subroutine call, the step command steps into the
subroutine being called and the next command executes that subroutine.
In the following example, the step command used at address 00200034 steps to the
first instruction of the subroutine being called at address 002000c0. The next
command used at address 002000ec executes the subroutine being called and steps to
the next instruction at address 002000f0.