From 940b40602bbc9d89932a344cc2c1df614366ed7e Mon Sep 17 00:00:00 2001 From: Amanda Rousseau Date: Mon, 13 Mar 2017 23:28:27 -0700 Subject: [PATCH] updating --- fundamentals3.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 |