read_registers
Retrieve the 6502 register state (A, X, Y, S, PC, cycles, flags) from an active BBC Micro emulator session.
Instructions
Return 6502 register state.
Returns a dict with keys A, X, Y, S, PC, cycles
as integers, and F as an 8-character flag string from
beebjit's debugger (each flag position shows an upper-case
letter when set, a space otherwise).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||