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
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>
|
||||
qword = **QWORD** = (quad-word)
|
||||
|
||||
### NOTE:
|
||||
On 32 Bit ARM CPUs a WORD is 32 Bits.
|
||||
### NOTE: 📝
|
||||
On 32 Bit ARM CPUs a WORD is 32 Bit.
|
||||
|
||||
## 🔧 x86 Registers 🔧
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue