Class RTS

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

public class RTS extends Object implements InstructionSet
A definition of the RTS instruction.
  • Constructor Details

    • RTS

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