Class CHK

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

public class CHK extends Object implements InstructionSet
The CHK instruction in all of its variants. 0100ddd110mmmrrr = 4180 where rrr = eareg mmm = mode
  • Constructor Details

    • CHK

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