write_memory
Write data directly to Commodore 64 memory using DMA transfer for programming, debugging, or modifying C64 applications and games.
Instructions
Write data to C64 memory via DMA
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | Memory address in hex (0000-ffff) | |
| data | Yes | Hex string of bytes to write (e.g., 'A9008D2004') |