mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-10-14 02:17:36 +08:00
more
This commit is contained in:
@@ -265,7 +265,5 @@ opcode sequence([0x58,0x5F]) name "POP" {
|
||||
common opcode "POP" param(regw);
|
||||
}
|
||||
|
||||
opcode sequence(0x70 immsb) name "JO" {
|
||||
common opcode "Jcc" param(immsb,ip,flags(JO),function(flags(JO)));
|
||||
}
|
||||
opcode sequence(0x70 immsb) name "JO" { common opcode "Jcc" param(immsb,ip,flags(JO),function(flags(JO))); }
|
||||
|
||||
|
Reference in New Issue
Block a user