mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-10-14 02:17:36 +08:00
more
This commit is contained in:
@@ -245,3 +245,13 @@ opcode sequence([0x48,0x4F]) name "DEC" {
|
||||
common opcode "DEC" param(regw); }
|
||||
}
|
||||
|
||||
opcode sequence([0x50,0x57]) name "PUSH" {
|
||||
reg index = opbyte(0) & 7;
|
||||
common opcode "PUSH" param(regw);
|
||||
}
|
||||
|
||||
opcode sequence([0x58,0x5F]) name "POP" {
|
||||
reg index = opbyte(0) & 7;
|
||||
common opcode "POP" param(regw);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user