• substract
• The source operand is substracted from
destination operand
• One of the operand must be data register
• Byte, word and long word are possible
Example:
What will register D1 contains
after SUB.W D0,D1 executes if D0
contains 0000e384 and D1 contains
CC3EF385?