Skip to content

Commit 97cad79

Browse files
more
1 parent d336f06 commit 97cad79

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

doc-collection/opcodes/x86/8086.dop

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -768,3 +768,9 @@ opcode sequence(0xD5 immb) name "AAD" {
768768
input ah, al;
769769
}
770770

771+
opcode sequence(0xD6) name "XLAT" {
772+
input base, al;
773+
input memory reference word farptr(dsreg,base + al);
774+
output al;
775+
}
776+

0 commit comments

Comments
 (0)