Add adc_rm32_imm(0x81,0x83) instruction

This commit is contained in:
tuz358
2018-03-16 13:01:13 +09:00
parent a2df2c4834
commit 39decbb5aa
2 changed files with 21 additions and 2 deletions

View File

@@ -117,5 +117,6 @@ public:
// called by opcode_81 and opcode_83
void add_rm32_imm(int imm_flag);
void or_rm32_imm(int imm_flag);
void adc_rm32_imm(int imm_flag);
void cmp_rm32_imm8();
};