pet_mem_read
Read memory from a Commodore PET emulator session. Provide an address (hex, decimal, or symbol) to retrieve 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 |