<<<    Index    >>>
6-5
INSTRUCTION SET SUMMARY
6.2.1.2.BINARY ARITHMETIC INSTRUCTIONS
ADD
Integer add
ADC
Add with carry
SUB
Subtract
SBB
Subtract with borrow
IMUL
Signed multiply
MUL
Unsigned multiply
IDIV
Signed divide
DIV
Unsigned divide
INC
Increment
DEC
Decrement
NEG
Negate
CMP
Compare
6.2.1.3.DECIMAL ARITHMETIC
DAA
Decimal adjust after addition
DAS
Decimal adjust after subtraction
AAA
ASCII adjust after addition
AAS
ASCII adjust after subtraction
AAM
ASCII adjust after multiplication
AAD
ASCII adjust before division
6.2.1.4.LOGIC INSTRUCTIONS
AND
And
OR
Or
XOR
Exclusive or
NOT
Not
6.2.1.5.SHIFT AND ROTATE INSTRUCTIONS
SAR
Shift arithmetic right
SHR
Shift logical right
SAL/SHL
Shift arithmetic left/Shift logical left
<<<    Index    >>>