diff --git a/doc-collection/opcodes/x86/8086.dop b/doc-collection/opcodes/x86/8086.dop index 401ae0c04..498b226fc 100644 --- a/doc-collection/opcodes/x86/8086.dop +++ b/doc-collection/opcodes/x86/8086.dop @@ -415,4 +415,7 @@ opcode sequence(0x99) name "CDQ" if datasize == 32 { opcode sequence(0x9A immw imm16) name "CALL" { /* CALL FAR imm16:immw aka seg:off */ common opcode "CALL FAR" param(imm16,immw); } +opcode sequence(0x9B) name "WAIT" { /* wait for FPU */ + /* check pending unmasked floating point exceptions */ +}