From 5cc99b8a7433907a947bd9007bb0cd540af6c2bc Mon Sep 17 00:00:00 2001 From: Alpay Yildirim Date: Thu, 18 Oct 2018 06:06:05 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=81=20Update=20README?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d25d5f9..8ce39ee 100644 --- a/README.md +++ b/README.md @@ -14,8 +14,8 @@ Knowledge I have found interesting about the topic of **x86 assembly**. dword = **DWORD** = (double-word)
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 🔧