This commit is contained in:
Amanda Rousseau
2017-03-13 23:28:27 -07:00
parent c490ead372
commit 940b40602b

View File

@@ -41,7 +41,8 @@ Common Instructions
* **jmp, jne, jnz, jnb** (Control Flow)
* **push, pop, call, leave, enter, ret** (Control Flow)
Example:
Example
| Instruction | Opcode | Description |
| --- | --- | --- |
| `mov ecx,[0xaaaaaaaa];` | `8B 0D AA AA AA AA` | move 0xaaaaaaaa into ecx |