See: Description
Class | Description |
---|---|
ADD_AnContent |
The ADD instruction where the source is Dn and the destination is (An).
|
ADD_AnPlus |
The ADD instruction where the source is Dn and the destination is (An)+.
|
ADD_d16An |
The ADD instruction where the source is Dn and the destination is d16(An).
|
ADD_d8AnXn |
The ADD instruction where the source is Dn and the destination is d8(An,Xn).
|
ADD_L |
The ADD instruction where the source is Dn and the destination is L.
|
ADD_MinusAn |
The ADD instruction where the source is Dn and the destination is -(An).
|
ADD_W |
The ADD instruction where the source is Dn and the destination is W.
|