Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Latest commit

 

History

History
33 lines (25 loc) · 901 Bytes

File metadata and controls

33 lines (25 loc) · 901 Bytes

ADD - Add binary

Operation

[destination] ← [source] + [destination]

Syntax

ADD <ea>,Dn
ADD Dn,<ea>

Attributes

Size byte, word, longword

Description

Add the source operand to the destination operand and store the result in the destination location.

Condition codes

X N Z V C
* * * * *

Source operand addressing modes

Dn An (An) (An)+ ‑(An) (d,An) (d,An,Xi) ABS.W ABS.L (d,PC) (d,PC,Xn) imm

Destination operand addressing modes

Dn An (An) (An)+ ‑(An) (d,An) (d,An,Xi) ABS.W ABS.L (d,PC) (d,PC,Xn) imm

From MOTOROLA M68000 FAMILY Programmer's reference manual. Copyright 1992 by Motorola Inc./NXP. Adapted with permission.