Class LSLmem

java.lang.Object
CPU.instructions.LSL.LSLmem
All Implemented Interfaces:
InstructionSet

public class LSLmem extends Object implements InstructionSet
  • Constructor Details

    • LSLmem

      public LSLmem()
  • 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.