read_memory
Retrieve data from Commodore 64 memory by specifying a hexadecimal address and optional byte count for system analysis and debugging.
Instructions
Read data from C64 memory
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | Memory address in hex (0000-ffff) | |
| length | No | Number of bytes to read (default: 256) |