Package CPU.instructions.LEA
package CPU.instructions.LEA
These are what I hope to be slightly faster emulations of the LEA instruction variants.
-
ClassesClassDescriptionThe 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 =010The 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 =011The LEA instructions where source is .L absolute.The LEA instructions where source is .W absolute.