Home  Site Map  Instruction Index 

OUTS  -  Output Instruction


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