cpu_step
Step through a single CPU instruction, optionally skipping subroutine calls.
Instructions
Execute a single CPU instruction. Enters cpu-step mode first, then runs ZRCP cpu-step (or cpu-step-over when step_over is set).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| step_over | No | Step over subroutine calls (cpu-step-over) instead of into them (cpu-step) |