This commit is contained in:
Jonathan Campbell
2020-08-24 12:22:49 -07:00
parent d336f06a06
commit 97cad792d5

View File

@@ -768,3 +768,9 @@ opcode sequence(0xD5 immb) name "AAD" {
input ah, al;
}
opcode sequence(0xD6) name "XLAT" {
input base, al;
input memory reference word farptr(dsreg,base + al);
output al;
}