Skip to main content

AMD64 Instruction Set

This file will include the definition and explanation of some commonly used assembly instrcutions when doing reverse engineering.

Instrcutions

InstructionDescriptionUse Cases
mov S, DMove source to destinationvalue assignment
endbr64
cpm
jne
jmp
ret
leave
call
push
lea
xor
sub
je
nop
sar
pop
add S, DAdd source to destination

Resouces