Class MOVE_USP

java.lang.Object
CPU.instructions.MOVE_USP
All Implemented Interfaces:
InstructionSet

public class MOVE_USP extends Object implements InstructionSet
A redefinition of the MOVE TO/FROM USP instructions.
  • Constructor Details

    • MOVE_USP

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