mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-10-14 10:48:18 +08:00
more
This commit is contained in:
@@ -27,6 +27,7 @@ charset_encoding "UTF-8"; /* default */
|
|||||||
dstidx: DI/EDI
|
dstidx: DI/EDI
|
||||||
immb: 8-bit immediate
|
immb: 8-bit immediate
|
||||||
immw: word immediate
|
immw: word immediate
|
||||||
|
imma: address (offset) immediate
|
||||||
immsb: 8-bit immediate signed
|
immsb: 8-bit immediate signed
|
||||||
sib: scalar/index/byte
|
sib: scalar/index/byte
|
||||||
flags: flags register (FLAGS if 16-bit, EFLAGS if 32-bit)
|
flags: flags register (FLAGS if 16-bit, EFLAGS if 32-bit)
|
||||||
@@ -446,4 +447,8 @@ opcode sequence(0x9F) name "LAHF" {
|
|||||||
input flags;
|
input flags;
|
||||||
output AH;
|
output AH;
|
||||||
}
|
}
|
||||||
|
opcode sequence(0xA0 imma) name "MOV" { common opcode "MOV" param(AL,memory reference word imma); }
|
||||||
|
opcode sequence(0xA1 imma) name "MOV" { common opcode "MOV" param(accum,memory reference word imma); }
|
||||||
|
opcode sequence(0xA2 imma) name "MOV" { common opcode "MOV" param(memory reference word imma,AL); }
|
||||||
|
opcode sequence(0xA3 imma) name "MOV" { common opcode "MOV" param(memory reference word imma,accum); }
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user