See: Description
Class | Description |
---|---|
ADD_An |
The ADD and ADDA instruction where the destination is a data/addr register and the source is An.
|
ADD_AnContent |
The ADD/ADDA instruction where the destination is a data/addr register and the source is (An).
|
ADD_AnPlus |
The ADD/ADDAinstruction where the destination is a data/addr register and the source is (An)+.
|
ADD_d16An |
The ADD/ADDA instruction where the destination is a data/addr register and the source is d16(An).
|
ADD_d16PC |
The ADD/ADDA instruction where the destination is a data/addr register and the source is d16(Pc).
|
ADD_d8AnXn |
The ADD/ADDA instruction where the destination is a data/addr register and the source is d8(An,Xn).
|
ADD_d8PCXn |
The ADD/ADDA instruction where the destination is a data/addr register and the source is d8(PC,Xn).
|
ADD_Dn |
The ADD/ADDA instruction where the destination is a data/addr register and the source is Dn.
|
ADD_I |
The ADD/ADDA instruction where the destination is a data/addr register and the source is Immediate data.
|
ADD_L |
The ADD/ADDA instruction where the destination is a data/addr register and the source is L absolute.
|
ADD_MinusAn |
The ADD/ADDA instruction where the destination is a data/addr register and the source is -(An).
|
ADD_W |
The ADD/ADDA instruction where the destination is a data/addr register and the source is W absolute.
|