This commit is contained in:
AYIDouble 2018-10-27 15:25:57 +02:00
commit f6b9180ee4
5 changed files with 8 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 292 KiB

After

Width:  |  Height:  |  Size: 283 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 82 KiB

After

Width:  |  Height:  |  Size: 73 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 24 KiB

After

Width:  |  Height:  |  Size: 9.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 95 KiB

After

Width:  |  Height:  |  Size: 87 KiB

View file

@ -17,6 +17,14 @@ qword = **QWORD** = (quad-word)
### NOTE: 📝
On 32 Bit ARM CPUs a WORD is 32 Bit.
<p align="center">
<img src="Images/compiler.png">
</p>
<p align="center">
<img src="Images/compiler2.png">
</p>
## 🔧 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)
<p align="center">
<img src="Images/cheatography_gcc-x86-assembly-quick-reference-cheat-sheet.jpg">
</p>