Class NOP

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

public class NOP extends Object implements InstructionSet
The NOP instruction.
  • Constructor Details

    • NOP

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