mirror of
https://github.com/AYIDouble/x86-Assembly-Reverse-Engineering.git
synced 2026-06-20 16:45:30 +08:00
➕ Add Text x86 registers
This commit is contained in:
parent
9dd514459d
commit
b38d4d0591
1 changed files with 8 additions and 0 deletions
|
|
@ -2,3 +2,11 @@
|
|||
Knowledge I have found interesting about the topic of x86 assembly
|
||||
## x86 Registers
|
||||

|
||||
|
||||
In **x86 registers** have an '**e**' in front of their name.</br>
|
||||
Example: **e**ax, **e**bx, **e**cx, **e**dx, **e**bp
|
||||
|
||||
*Additional Info: </br>
|
||||
In **x64** you have a '**r**' instead.</br>
|
||||
Example: **r**ax, **r**bx, **r**cx, **r**dx, **r**bp</br>
|
||||
You also have **double-precision floating point going from xmm0 to xmm15**.*
|
||||
|
|
|
|||
Loading…
Reference in a new issue