From a82a055ea1ac51df42dc78d443a06921a388363d Mon Sep 17 00:00:00 2001 From: Mathieu Maret Date: Mon, 27 Nov 2017 11:24:22 +0100 Subject: [PATCH] Add Readme doc --- Readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Readme.md b/Readme.md index 8e27a7b..ef9057e 100644 --- a/Readme.md +++ b/Readme.md @@ -19,6 +19,8 @@ Debug with # ASM reg +https://en.wikibooks.org/wiki/X86_Assembly/X86_Architecture + ## In 16 bits There is 4 main 16bits reg: AX, BX, CX, DX. You can access the 8 MSB from AX with AH and the 8 LSB with AL.( BH,BL, CH, CL)