16 bit Assembly
Home Site Map Instruction Index
The OUTS instruction is used to output data from SI in to the Port at DX.
This instruction is typically used with a CX counter and either REP or LOOP to repeat the task mutltiple times.
This command has 1 part the Instruction.
Assembly Sample | Description | 16 bit Machine Code |
---|---|---|
OUTSB | ; 8 bit version Output bytes from SI to Port DX | 6E |
OUTSW | ; 16 bit version Output Words from SI to Port DX | 6F |