poke
Write byte values to a specified memory address in the emulated ZX Spectrum system. Supports single bytes or arrays, with optional memory zone selection.
Instructions
Write bytes to emulated memory (ZRCP write-memory, space-separated bytes)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | Memory address (hexadecimal) | |
| value | Yes | Byte value or array of bytes to write. A single string is parsed as hex. | |
| memory_zone | No | Memory zone to write to. Omit to use the currently active zone. Only ram/mapped switch zones; ids are machine-dependent. |