Assembly Syntax Flashcards
Assembly language commands
1
Q
ADD/SUB op1, op2
A
Add or sub two operands, storing result in op1. Operands can be registers, memory locations (limit of one), or constants.
2
Q
CMP op1, op2
A
Compare the value of two operands (register/memory address/constant) and set the appropriate EFLAGS value.
3
Q
FF D [0-7]
A
Some type of call.
4
Q
EB
A
JMP
5
Q
4 [0-7]
A
INC
6
Q
4[8-F]
A
DEC