What is a byte, words, double words, quadwords and nibble in computer memory.
Before we go on further into assembly language lets understand what are the different units in computer memory.
What is a byte? It is a collection of 8 bits
What is a word? It is a collection of 16 bits (2 bytes)
What is a double words? It is a collection of 32 bits ( 4 bytes)
What is a quad words? It is a collection of 64 bits ( 8 bytes)
What is double quad words? It is a collection of 128 bits (16 bytes)
It is also shown below graphically.
Graphic taken from "Introduction to intel x86 Assembly, Architecture,
Applications & Alliteration-Xeno Kova xkova@gmail.com (http://opensecuritytraining.info/IntroX86.htm)"
IT Security practitioner with a deep interest in Cyber Security, Compliance, Cloud Security, Penetration testing, Big Data Analytics, Cloud Automation (Puppet), Computer Forensics toolkits, Converged and Hyper-Converged infrastructure. In my free time, I like riding my motorcycle on curvy roads while keeping an eye out for wildlife which might cut my ride short
Wednesday, March 12, 2014
Fundamental Data Types of IA-32 Architecture
Life long learner. All thoughts and ideas defined in this blog are my own and not associated in any manner with my clients, employees or employers.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment