mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-10-14 02:17:36 +08:00
more
This commit is contained in:
@@ -438,4 +438,12 @@ opcode sequence(0x9B) name "WAIT" { /* wait for FPU */
|
||||
}
|
||||
opcode sequence(0x9C) name "PUSHF" { common opcode "PUSHF" param(flags); }
|
||||
opcode sequence(0x9D) name "POPF" { common opcode "POPF" param(flags); }
|
||||
opcode sequence(0x9E) name "SAHF" {
|
||||
input AH;
|
||||
output flags;
|
||||
}
|
||||
opcode sequence(0x9F) name "LAHF" {
|
||||
input flags;
|
||||
output AH;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user