cpu_step
Execute one CPU instruction at a time, stepping into or over subroutine calls to debug ZX Spectrum code.
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) |