Add mov_ebx_imm32(0xbb) instruction

This commit is contained in:
tuz358
2018-03-04 22:22:05 +09:00
parent 44c3d3aa9c
commit cdf2d00777
2 changed files with 11 additions and 0 deletions

View File

@@ -26,5 +26,6 @@ public:
void xor_rm32_r32(); // 0x31
void nop(); // 0x90
void mov_ecx_imm32(); // 0xb9
void mov_ebx_imm32(); // 0xbb
void hlt(); // 0xf4
};