Class ANDI_CCR

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

public class ANDI_CCR extends Object implements InstructionSet
The ANDI_TO_CCR instruction in all of its variants. fedcba9876543210 0x023c
  • Constructor Details

    • ANDI_CCR

      public ANDI_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.