mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-10-14 02:17:36 +08:00
more opcode
This commit is contained in:
@@ -575,6 +575,12 @@ opcode sequence([0xB8,0xBF] immw) name "MOV" {
|
||||
reg index = opbyte(0) & 7;
|
||||
common opcode "MOV" param(regw,immw);
|
||||
}
|
||||
opcode sequence(0xC2 immw) name "RET" {
|
||||
common opcode "RET" param(immw);
|
||||
}
|
||||
opcode sequence(0xC3) name "RET" {
|
||||
common opcode "RET" param(0);
|
||||
}
|
||||
opcode sequence(0xCA immw) name "RETF" {
|
||||
common opcode "RETF" param(immw);
|
||||
}
|
||||
|
Reference in New Issue
Block a user