read_memory
Access memory contents from a BBC Micro emulator session. Supply an address and byte count to receive hex and ASCII views.
Instructions
Peek length bytes starting at addr. Returns hex and ASCII views.
Dot-substitution in the ASCII view (non-printable -> .) is
the convention a human already expects from hexdump and
similar tools.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| addr | Yes | ||
| length | Yes | ||
| session_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||