SUBQ

SUBQ

Operation:
Destination - Immediate Data -->; Destination

Assembler Syntax:
SUBQ #<data>, <ea>

Attributes: Size = (Byte, Word, Long)

Description: Subtracts the immediate data (1-8) from the
destination operand, and stores the result in the destination
location. The size of the operation may be specified as byte,
word, or long.

Condition Codes:

X Set the same as the carry bit.
N Set if the result is negative. Cleared otherwise.
Z Set if the result is zero. Cleared otherwise.
V Set if an overflow is generated. Cleared otherwise.
C Set if a carry is generated. Cleared otherwise.