ADDQ

ADDQ

Operation:
Immediate Data + Destination -->; Destination

Assembler Syntax:
ADDQ #<data>, An;

Attributes: Size = (Word, Long)

Description:Adds the immediate data 1 to 8 to the ADDRESS register
Always the entire address register is updated.

Condition Codes: Not affected

Example:

1)
A1= $00001234
ADDQ.L #8,A1
Result:
A1 = $0000123C

ADDQ is usefull to increment pointers