Class EORI_CCR

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

public class EORI_CCR extends Object implements InstructionSet
The EORI_TO_CCR instruction in all of its variants. fedcba9876543210 0000101000111100 = a3c
  • Constructor Details

    • EORI_CCR

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