mirror of
https://github.com/AYIDouble/x86-Assembly-Reverse-Engineering.git
synced 2026-06-20 16:45:30 +08:00
🔁 Update README
This commit is contained in:
parent
5e834a6607
commit
3f2cb18c40
1 changed files with 8 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue