Home
Awesome
x86 Instruction Encoding Tutorial
Introduction
Global structure
Intel manual format
Examples
nop
push eax
mov eax, 1
mov ebx, 1
mov ax, 1
mov al, 1
mov eax, ebx
mov eax, address
mov eax, [memory]
Bibliography