Class DBcc

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

public class DBcc extends Object implements InstructionSet
A replacement DBcc instruction in all of its variants This is based on Tony Headford's work.
  • Field Details

    • names

      protected static final String[] names
  • Constructor Details

    • DBcc

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