run_for_cycles
Advance the BBC Micro emulator by a specified number of cycles and receive the updated total cycle count, enabling session progress tracking without an extra register read.
Instructions
Advance the emulator by cycles BBC cycles.
Returns the number of cycles just consumed plus the total
cycle count so the client can track session progress without
a separate read_registers round trip.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cycles | Yes | ||
| session_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||