From WikiChip
Editing x86

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.

This page supports semantic in-text annotations (e.g. "[[Is specified as::World Heritage Site]]") to build structured and queryable content provided by Semantic MediaWiki. For a comprehensive description on how to use annotations or the #ask parser function, please have a look at the getting started, in-text annotation, or inline queries help pages.

Latest revision Your text
Line 1: Line 1:
 
{{x86 isa main}}
 
{{x86 isa main}}
'''x86''' is a family of [[little-endian]] [[variable-length]] [[instruction set architectures]] and [[instruction set architectures extension|extensions]]. As its namesake indicates, the x86 ISA offers [[binary compatibility]] all the way from the original {{intel|8086}} to modern [[microarchitecture]]s as well as [[source code compatibility]] since the {{intel|8080}}. The x86 architecture is widely used in the [[desktop]] and [[server]] markets. Today, custom x86-based implementations are designed by a number of [[semiconductor companies|companies]] including [[Intel]], [[AMD]], [[VIA]], [[Zhaoxin]], [[DM&P]], and [[RDC Semiconductors|RDC]].
+
'''x86''' is a family of [[little-endian]], [[variable-length]], [[instruction set architectures]] and [[instruction set architectures extension|extensions]]. As its namesake indicates, the x86 ISA offers [[binary compatibility]] all the way from the original {{intel|8086}} to modern [[microarchitecture]]s as well as [[source code compatibility]] since the {{intel|8080}}. The x86 architecture is widely used in the [[desktop]] and [[server]] markets. Today, custom x86-based implementations are designed by a number of [[semiconductor companies|companies]] including [[Intel]], [[AMD]], [[VIA]], [[Zhaoxin]], [[DM&P]], and [[RDC Semiconductors|RDC]].
  
 
Generally speaking, the term 'x86' is most often used as an umbrella term encompassing the original {{x86|x86-16}}, {{x86|x86-32}} (IA-32), {{x86|x86-64}} (AMD64), and the various extensions such as {{x86|MMX}}, {{x86|3DNOW!}}, and {{x86|SSE}}.
 
Generally speaking, the term 'x86' is most often used as an umbrella term encompassing the original {{x86|x86-16}}, {{x86|x86-32}} (IA-32), {{x86|x86-64}} (AMD64), and the various extensions such as {{x86|MMX}}, {{x86|3DNOW!}}, and {{x86|SSE}}.
Line 12: Line 12:
 
=== Registers ===
 
=== Registers ===
 
{{empty section}}
 
{{empty section}}
{| class="wikitable"
 
|-
 
! Quad word (8 bytes) !! Double word (4 bytes) !! Word (2 bytes) !! Byte 1 !! Byte 0
 
|-
 
| %rax ||  %eax ||  %ax ||  %ah ||  %al
 
|-
 
| %rcx ||  %ecx ||  %cx ||  %ch ||  %cl
 
|-
 
| %rdx ||  %edx ||  %dx ||  %dh ||  %dl
 
|-
 
| %rbx ||  %ebx ||  %bx ||  %bh ||  %bl
 
|-
 
| %rsi ||  %esi ||  %si ||      ||  %sil
 
|-
 
| %rdi ||  %edi ||  %di ||      ||  %dil
 
|-
 
| %rsp ||  %esp ||  %sp ||      ||  %spl
 
|-
 
| %rbp ||  %ebp ||  %bp ||      ||  %bpl
 
|-
 
| %r8 ||  %r8d ||  %r8w ||      ||  %r8b
 
|-
 
| %r9 ||  %r9d ||  %r9w ||      ||  %r9b
 
|-
 
| %r10 ||  %r10d ||  %r10w ||  ||  %r10b
 
|-
 
| %r11 ||  %r11d ||  %r11w ||  ||  %r11b
 
|-
 
| %r12 ||  %r12d ||  %r12w ||  ||  %r12b
 
|-
 
| %r13 ||  %r13d ||  %r13w ||  ||  %r13b
 
|-
 
| %r14 ||  %r14d ||  %r14w ||  ||  %r14b
 
|-
 
| %r15 ||  %r15d ||  %r15w ||  ||  %r15b
 
|}
 
 
=== Operation Modes ===
 
=== Operation Modes ===
 
{{empty section}}
 
{{empty section}}
Line 71: Line 35:
  
 
{{stub}}
 
{{stub}}
 
[[category:instruction set architectures]]
 
[[category:x86]]
 
  
 
[[designer::Intel| ]]
 
[[designer::Intel| ]]

Please note that all contributions to WikiChip may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see WikiChip:Copyrights for details). Do not submit copyrighted work without permission!

Cancel | Editing help (opens in new window)

This page is a member of 1 hidden category:

Facts about "x86"
designVon Neumann +
designerIntel + and AMD +
dev modelProprietary +
endiannessLittle-endian +
first launched1978 +
formatRegister-Memory +
full page namex86 +
namex86 +
word size8 bit (1 octets, 2 nibbles) +, 16 bit (2 octets, 4 nibbles) +, 32 bit (4 octets, 8 nibbles) + and 64 bit (8 octets, 16 nibbles) +