<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://aznot.com/index.php?action=history&amp;feed=atom&amp;title=Programming%2FWord</id>
	<title>Programming/Word - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://aznot.com/index.php?action=history&amp;feed=atom&amp;title=Programming%2FWord"/>
	<link rel="alternate" type="text/html" href="https://aznot.com/index.php?title=Programming/Word&amp;action=history"/>
	<updated>2026-05-09T06:59:25Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.41.0</generator>
	<entry>
		<id>https://aznot.com/index.php?title=Programming/Word&amp;diff=2420&amp;oldid=prev</id>
		<title>Kenneth: /* x86 Example */</title>
		<link rel="alternate" type="text/html" href="https://aznot.com/index.php?title=Programming/Word&amp;diff=2420&amp;oldid=prev"/>
		<updated>2015-08-18T20:48:49Z</updated>

		<summary type="html">&lt;p&gt;&lt;span dir=&quot;auto&quot;&gt;&lt;span class=&quot;autocomment&quot;&gt;x86 Example&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;#039;&amp;#039;Word:&amp;#039;&amp;#039;&lt;br /&gt;
: &amp;quot;In computing, word is a term for the natural unit of data used by a particular processor design. A word is a fixed-sized piece of data handled as a unit by the instruction set or the hardware of the processor. The number of bits in a word (the word size, word width, or word length) is an important characteristic of any specific processor design or computer architecture.&lt;br /&gt;
:The size of a word is reflected in many aspects of a computer&amp;#039;s structure and operation; the majority of the registers in a processor are usually word sized and the largest piece of data that can be transferred to and from the working memory in a single operation is a word in many (not all) architectures. The largest possible address size, used to designate a location in memory, is typically a hardware word (here, &amp;quot;hardware word&amp;quot; means the full-sized natural word of the processor, as opposed to any other definition used).&amp;quot; [https://en.wikipedia.org/wiki/Word_%28computer_architecture%29]&lt;br /&gt;
&lt;br /&gt;
== x86 Example ==&lt;br /&gt;
&lt;br /&gt;
The x86 family, of which processors of three different word lengths (16-bit, later 32- and 64-bit) have been released.&lt;br /&gt;
&lt;br /&gt;
For 16bit word&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
bit = 1 bit&lt;br /&gt;
nybble = 4 bits = 1/2 byte&lt;br /&gt;
byte = 8 bits = 2 nybbles&lt;br /&gt;
WORD = 2 bytes = 4 nybbles = 16 bits&lt;br /&gt;
DWORD = 2 WORDs = 4 bytes = 8 nybbles = 32 bits&lt;br /&gt;
QWORD = 2 DWORDs = 4 WORDs = 8 bytes = 64 bits&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Kenneth</name></author>
	</entry>
</feed>