Package CPU.instructions.LEA


package CPU.instructions.LEA
These are what I hope to be slightly faster emulations of the LEA instruction variants.
  • Classes
    Class
    Description
    The LEA instructions where source is (An).
    The LEA instructions where source is d16(An).
    The LEA instructions where source is d16(PC) 0100dddd111mmmrrr where dd = destination reg mmm = source mode = 111 rrr = source reg =010
    The LEA instruction where source is d8(An,Xn).
    The LEA instructions where source is d16(PC) 0100dddd111mmmrrr where dd = destination reg mmm = source mode = 111 rrr = source reg =011
    The LEA instructions where source is .L absolute.
    The LEA instructions where source is .W absolute.