pet_mem_read
Read emulated memory from a Commodore PET by specifying an address in hex or decimal. Returns hex-encoded bytes and a decimal integer array.
Instructions
Read emulated memory. addr accepts $hex, 0xhex, decimal, or a symbol from the loaded label file. Returns hex-encoded bytes plus "bytes" as a decimal int array.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| addr | Yes | ||
| length | No | ||
| session | No |