Add adc_rm32_r32(0x11) instruction

This commit is contained in:
tuz358
2018-03-12 12:43:36 +09:00
parent b9174cf75f
commit 584179ee7d
2 changed files with 52 additions and 0 deletions

View File

@@ -34,6 +34,7 @@ public:
void or_rm32_r32(); // 0x09
void or_r32_rm32(); // 0x0b
void or_eax_imm32(); // 0x0d
void adc_rm32_r32(); // 0x11
void and_rm32_r32(); // 0x21
void and_r32_rm32(); // 0x23
void and_eax_imm32(); // 0x25