Jump to content

User:Loadmaster/sandbox

From Wikipedia, the free encyclopedia
This is the current revision of this page, as edited by Loadmaster (talk | contribs) at 21:29, 6 July 2013 (Link to X86-64#Architectural features). The present address (URL) is a permanent link to this version.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)


HTML <table>:

    AX
  RAX   EAX AH AL



Wiki table:

Intel X86-64 registers
63 ... 47 ... 31 ... 15 ... 07 ... 00 (bit position)
Main registers (8/16/32/64 bits)
    AX
  RAX   EAX AH AL   A register
    BX
  RBX   EBX BH BL   B register
    CX
  RCX   ECX CH CL   C register
    DX
  RDX   EDX DH DL   D register
Index registers (16/32/64 bits)
  RSI   ESI SI   Source Index
  RDI   EDI DI   Destination Index
  RBP   EBP BP   Base Pointer
  RSP   ESP SP   Stack Pointer
Instruction pointer (16/32/48 bits)
    RIP   EIP IP   Istruction Pointer



Wiki table (2):

Intel 80386 registers
63 ... 31 ... 15 ... 07 ... 00 (bit position)
RAX A register (64 bits)
  EAX  (32 bits)
    AX  (16 bits)
    AH AL  (8 bits)