Prefix
Registers
Flags
Condition Codes
Instructions
❱
Data Transfer Instructions
❱
MOV
XCHG
PUSH
POP
Binary Arithmetic Instructions
❱
ADD
SUB
IMUL
MUL
IDIV
DIV
INC
DEC
NEG
CMP
Logical Instructions
❱
AND
OR
XOR
NOT
Shift and Rotate Instructions
❱
SAL|SAR|SHL|SHR
Bit and Byte Instructions
❱
TEST
Control Transfer Instructions
❱
JMP
Jcc
CALL
RET
Miscellaneous Instructions
❱
LEA
NOP
System V ABI
Light
Rust
Coal
Navy
Ayu (default)
x86-64 Simplified
Data Transfer Instructions
Mnemonic
Summary
MOV
Move
XCHG
Exchange
PUSH
Push Onto Stack
POP
Pop Off of Stack