step
Execute a single CPU instruction in an emulation session to trace program flow or debug code step-by-step within the MCPEmulate server environment.
Instructions
Execute a single instruction.
If address is omitted, execution starts at the current program counter.
Args: session_id: The session ID. address: Optional start address. Defaults to current PC.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | ||
| address | No |