peek
Read bytes from emulated memory at a given address, with options for byte count, memory zone, and output format.
Instructions
Read bytes from emulated memory (ZRCP read-memory)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | Memory address (hexadecimal, e.g., "4000") | |
| length | No | Number of bytes to read (default: 1) | |
| memory_zone | No | Memory zone to read from. Omit to use the currently active zone. Only ram/rom/mapped switch zones; their ids are machine-dependent. | |
| format | No | Output format | hex |