write_port
Writes a hexadecimal byte to a specified I/O port on the ZEsarUX emulator, enabling hardware-level debugging and interaction.
Instructions
Write a byte to an I/O port (ZRCP write-port).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| port | Yes | Port address (hexadecimal, e.g. "FE" for port 254) | |
| value | Yes | Byte value to write (hexadecimal, e.g. "07") |