|
|
* |
A |
B |
C |
D |
E |
F |
G |
H |
I |
J |
K |
L |
M |
N |
O |
P |
Q |
R |
S |
T |
U |
V |
W |
X |
Y |
Z |
? |
| Code | Mnemonic | Description |
| 6E | OUTS DX, m8 | Output byte from memory location specified in DS:(E)SI to I/O port specified in DX |
| 6F | OUTS DX, m16 | Output word from memory location specified in DS:(E)SI to I/O port specified in DX |
| 6F | OUTS DX, m32 | Output doubleword from memory location specified in DS:(E)SI to I/O port specified in DX |
| 6F | OUTSB | Output byte from memory location specified in DS:(E)SI to I/O port specified in DX |
| 6F | OUTSW | Output word from memory location specified in DS:(E)SI to I/O port specified in DX |
| 6F | OUTSD | Output doubleword from memory location specified in DS:(E)SI to I/O port specified in DX |
| Operands | Bytes | Clocks | |
| outsb | 1 | 13 | NP |
| outsw | 1 | 13 | NP |
| outsd | 1 | 13 | NP |
| Operands | Bytes | Clocks | |
| 1 | 10/27/25 | NP | |
cycles for: CPL <= IOPL / CPL > IOPL / V86
Flags
| ID | unaffected | DF | unaffected |
| VIP | unaffected | IF | unaffected |
| VIF | unaffected | TF | unaffected |
| AC | unaffected | SF | unaffected |
| VM | unaffected | ZF | unaffected |
| RF | unaffected | AF | unaffected |
| NT | unaffected | PF | unaffected |
| IOPL | unaffected | CF | unaffected |
| OF | unaffected |