assemble
Assemble a Z80 assembly instruction into machine code at a specified address for debugging or live code patching in the ZX Spectrum emulator.
Instructions
Assemble a Z80 instruction at an address (ZRCP: assemble [address] [instruction])
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| instruction | Yes | Assembly instruction, e.g. "NOP" or "LD A,10" | |
| address | No | Address to assemble at (decimal or hex, default: PC) | PC |