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
Binary Arithmetic Instructions
Mnemonic
Summary
ADD
Integer Add
SUB
Subtract
IMUL
Signed Multiply
MUL
Unsigned Multiply
IDIV
Signed Divide
DIV
Unsigned Divide
INC
Increment
DEC
Decrement
NEG
Negate
CMP
Compare