o (Output)


o word byte

The o command writes a byte to a 16-bit port address.

word

Specifies the 16-bit port address to be written to.

byte

Specifies the 8-bit value to be written to the port.

The following example writes the byte value 4Fh to output port 2F8h:


o 2F8 4F