diff --git a/fundamentals3.md b/fundamentals3.md index 3c19e87..2c4bb66 100644 --- a/fundamentals3.md +++ b/fundamentals3.md @@ -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 |