From 786ffd79e84731c1f4d903577abd5915c145f019 Mon Sep 17 00:00:00 2001 From: Amanda Rousseau Date: Mon, 13 Mar 2017 23:31:02 -0700 Subject: [PATCH] fixing table --- fundamentals3.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/fundamentals3.md b/fundamentals3.md index 2c4bb66..9322397 100644 --- a/fundamentals3.md +++ b/fundamentals3.md @@ -41,11 +41,11 @@ Common Instructions * **jmp, jne, jnz, jnb** (Control Flow) * **push, pop, call, leave, enter, ret** (Control Flow) -Example +Example below is moving value 0xaaaaaaaa into ecx. -| Instruction | Opcode | Description | -| --- | --- | --- | -| `mov ecx,[0xaaaaaaaa];` | `8B 0D AA AA AA AA` | move 0xaaaaaaaa into ecx | +| Instruction | Opcode | +| --- | --- | +| `mov ecx,[0xaaaaaaaa];` | `8B 0D AA AA AA AA` | Use the search page below or open the [Search Instructions](https://securedorg.github.io/x86.html) page to search for functions discussed above