ow(Output)

o word word
 

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

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

The following example writes the word value 804Fh to output port 2F8h:

o 2F8 804F