Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- iAPx86 - Norton Guide http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]

General registers

    There are 8 general registers (EAX,ECX,EDX,EBX,ESP,EBP,ESI,EDI)
    each 32 bits wide. The least significant 16 bits of the registers
    are seperately accessible (as AX,CX,DX,BX,SP,BP,SI,DI). 8-bit
    operations can individually access the low byte (bits 0-7) and the
    high byte (bits 8-15) of the general registers AX,CX,DX,BX.


         3               2               1
         1               3               5               7             0
        +---------------------------------------------------------------+
        |                               |       AH             AL       |
    EAX |                               |               AX              |
        |-------------------------------+-------------------------------|
        |                               |       CH             CL       |
    ECX |                               |               CX              |
        |-------------------------------+-------------------------------|
        |                               |       DH             DL       |
    EDX |                               |               DX              |
        |-------------------------------+-------------------------------|
        |                               |       BH             BL       |
    EBX |                               |               BX              |
        |-------------------------------+-------------------------------|
        |                               |                               |
    ESP |                               |               SP              |
        |-------------------------------+-------------------------------|
        |                               |                               |
    EBP |                               |               BP              |
        |-------------------------------+-------------------------------|
        |                               |                               |
    ESI |                               |               SI              |
        |-------------------------------+-------------------------------|
        |                               |                               |
    EDI |                               |               DI              |
        +---------------------------------------------------------------+

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson