Page 17 - TOPIC 3 PART 2
P. 17
3. LOGICAL INSTRUCTION
AND/OR/EOR/NOT
• Logical operation is performed on the source and
destination and the result is been saved in the
destination
• Allow byte, word and long word
• One of the operand must be data register(address
register is not allowed0
• Example:
What is the result of AND.W D0,D1, if D0 and D1
contains 3795AC5F and B6D34B9D,respectively?