Add mov_ecx_imm32(0xb9) function

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

View File

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