Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 675 Bytes

File metadata and controls

21 lines (15 loc) · 675 Bytes

Data Registers

Back{: .button}

------------------------------------------------
|    RAX                  |     EAX    | AH | AL |  -> Accumulator
------------------------------------------------
|    RBX                  |    EBX     | BH | BL |  -> Base
------------------------------------------------
|    RCX                  |    ECX     | CH | CL |  -> Counter
-------------------------------------------------
|    RDX                  |    EDX     | DH | DL |  -> Data
--------------------------------------------------

Reference