memory_write
Write raw byte values into C64 memory at a chosen address, accepting decimal, hex, and binary formats. Stop the emulator first to apply changes accurately.
Instructions
Writes raw byte values into C64 memory. Address and byte values support decimal, hex ($FF, 0xFF), and binary (%11111111, 0b11111111) formats. Requires emulator to be stopped.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Bytes to write: decimal (255), hex ($FF, 0xFF), or binary (%11111111, 0b11111111). Mixed formats allowed. | |
| address | No | Start address: decimal (53248) or hex string with prefix ($D000, 0xD000) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | ||
| meta | Yes |