Class LEA_d16An

java.lang.Object
CPU.instructions.LEA.LEA_d16An
All Implemented Interfaces:
InstructionSet

public class LEA_d16An extends Object implements InstructionSet
The LEA instructions where source is d16(An). 0100dddd111mmmrrr where dd = destination reg mmm = source mode = 101 rrr = source reg
  • Constructor Details

    • LEA_d16An

      public LEA_d16An()
  • Method Details

    • register

      public final void register(MC68000Cpu cpu2)
      Description copied from interface: InstructionSet
      Registers the InstructionSet with the cpu.
      Specified by:
      register in interface InstructionSet
      Parameters:
      cpu2 - the cpu to use.