mirror of
https://github.com/AYIDouble/x86-Assembly-Reverse-Engineering.git
synced 2026-06-21 00:46:54 +08:00
🔁 Update README
This commit is contained in:
parent
24488704b2
commit
5cc99b8a74
1 changed files with 2 additions and 2 deletions
|
|
@ -14,8 +14,8 @@ Knowledge I have found interesting about the topic of **x86 assembly**.
|
||||||
dword = **DWORD** = (double-word) </br>
|
dword = **DWORD** = (double-word) </br>
|
||||||
qword = **QWORD** = (quad-word)
|
qword = **QWORD** = (quad-word)
|
||||||
|
|
||||||
### NOTE:
|
### NOTE: 📝
|
||||||
On 32 Bit ARM CPUs a WORD is 32 Bits.
|
On 32 Bit ARM CPUs a WORD is 32 Bit.
|
||||||
|
|
||||||
## 🔧 x86 Registers 🔧
|
## 🔧 x86 Registers 🔧
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue