Package CPU.instructions.ADD2Dn


package CPU.instructions.ADD2Dn
ADD and ADDA instructions where the destination is a register.
  • Classes
    Class
    Description
    The ADD and ADDA instruction where the destination is a data/addr register and the source is An.
    The ADD/ADDA instruction where the destination is a data/addr register and the source is (An).
    The ADD/ADDAinstruction where the destination is a data/addr register and the source is (An)+.
    The ADD/ADDA instruction where the destination is a data/addr register and the source is d16(An).
    The ADD/ADDA instruction where the destination is a data/addr register and the source is d16(Pc).
    The ADD/ADDA instruction where the destination is a data/addr register and the source is d8(An,Xn).
    The ADD/ADDA instruction where the destination is a data/addr register and the source is d8(PC,Xn).
    The ADD/ADDA instruction where the destination is a data/addr register and the source is Dn.
    The ADD/ADDA instruction where the destination is a data/addr register and the source is Immediate data.
    The ADD/ADDA instruction where the destination is a data/addr register and the source is L absolute.
    The ADD/ADDA instruction where the destination is a data/addr register and the source is -(An).
    The ADD/ADDA instruction where the destination is a data/addr register and the source is W absolute.