🔁 Update README

This commit is contained in:
Alpay Yildirim 2018-10-18 10:48:51 +02:00 committed by GitHub
parent 5e834a6607
commit 3f2cb18c40
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,6 +17,14 @@ qword = **QWORD** = (quad-word)
### NOTE: 📝 ### NOTE: 📝
On 32 Bit ARM CPUs a WORD is 32 Bit. 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 🔧 ## 🔧 x86 Registers 🔧
*(Older Text from the University of Virginia Computer Science (2006), one of the best Guides for x86 Assembly)* *(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) [Full Cheatsheet x86 Assembly, 20 Pages.](Docs/x86_Assembly.pdf)
<p align="center"> <p align="center">
<img src="Images/cheatography_gcc-x86-assembly-quick-reference-cheat-sheet.jpg"> <img src="Images/cheatography_gcc-x86-assembly-quick-reference-cheat-sheet.jpg">
</p> </p>