Class MOVE_TO_CCR

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

public class MOVE_TO_CCR extends Object implements InstructionSet
The MOVE_TO_CCR instruction in all of its variants. 0100010011mmmrrr = 44c0 where rrr = eareg mmm = mode
  • Constructor Details

    • MOVE_TO_CCR

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