Home

Awesome

x86 Instruction Encoding Tutorial

  1. Introduction
  2. Global structure
  3. Intel manual format
  4. Examples
    1. nop
    2. push eax
    3. mov eax, 1
    4. mov ebx, 1
    5. mov ax, 1
    6. mov al, 1
    7. mov eax, ebx
    8. mov eax, address
    9. mov eax, [memory]
  5. Bibliography