mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-10-13 17:48:10 +08:00
more
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user