Class ABCD

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

public class ABCD extends Object implements InstructionSet
The ABCD instruction in all of its variants. This works well unless the entry values aren't valid BDC. If they aren't, this works according to the GIGO principle.
  • Constructor Details

    • ABCD

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