outs

Output String to Port

OUTSB

Writes string from memory at [ESI] to I/O port.

Details

The Output String to Port instruction writes string from memory at [ESI] to I/O port.

Pseudocode Operation

// Writes string from memory at [ESI] to I/O port

Example

OUTSB

Encoding

Binary Layout
6E
+0
 
Format Legacy
Opcode 6E
Extension Base

Operands