diff --git a/Images/cheatography_gcc-x86-assembly-quick-reference-cheat-sheet.jpg b/Images/cheatography_gcc-x86-assembly-quick-reference-cheat-sheet.jpg index cf5de42..bdd1f3c 100644 Binary files a/Images/cheatography_gcc-x86-assembly-quick-reference-cheat-sheet.jpg and b/Images/cheatography_gcc-x86-assembly-quick-reference-cheat-sheet.jpg differ diff --git a/Images/compiler.png b/Images/compiler.png index 6d542f5..bf0aa9c 100644 Binary files a/Images/compiler.png and b/Images/compiler.png differ diff --git a/Images/compiler2.png b/Images/compiler2.png index b93669c..e7edc7f 100644 Binary files a/Images/compiler2.png and b/Images/compiler2.png differ diff --git a/Images/x86_EFLAGS_register.jpg b/Images/x86_EFLAGS_register.jpg index 99c60ae..0d5c030 100644 Binary files a/Images/x86_EFLAGS_register.jpg and b/Images/x86_EFLAGS_register.jpg differ diff --git a/README.md b/README.md index 3cbf4c6..95811ac 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,14 @@ qword = **QWORD** = (quad-word) ### NOTE: 📝 On 32 Bit ARM CPUs a WORD is 32 Bit. +

+ +

+ +

+ +

+ ## 🔧 x86 Registers 🔧 *(Older Text from the University of Virginia Computer Science (2006), one of the best Guides for x86 Assembly)* @@ -49,7 +57,6 @@ You also have **double-precision floating point going from xmm0 to xmm15**.* [Full Cheatsheet x86 Assembly, 20 Pages.](Docs/x86_Assembly.pdf) -