X86-assembly/Instructions
Jump to navigation
Jump to search
You are here: | Instructions
|
Description
- Data manipulation (e.g. ADD, SUB, SHR, AND, OR, ...)
- Data transfer (e.g. MOV, XCHG, ...)
- Branching and conditionals (e.g. JMP, CALL, CMP, ...)
Instructions
A |
B |
C |
D |
E |
H |
I |
J |
L |
M |
N |
O |
P |
R |
S |
T |
W |
X |
Opcodes
The opcodes can be found from following online resource: https://defuse.ca/online-x86-assembler.htm
Here is an example: