Assembly Language Help (alang.hlp) (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
OUTS Instruction
 Summary Key                              Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
 0110111w
─────────────────────────┬─────────────────────┬───────────────────────────
 OUTS  DX,[segreg:]src   │rep  outs  dx,buffer │ 88/86 ──
 OUTSB [DX,[segreg:]src] │outsb                │   286 5
 OUTSW [DX,[segreg:]src] │rep  outw            │   386 14,pm=8,28*
 OUTSD [DX,[segreg:]src] │                     │   486 17,pm=10,32*
─────────────────────────┴─────────────────────┴───────────────────────────
  * First protected-mode timing: CPL <= IOPL. Second timing: CPL > IOPL.
                                    -♦-