Package CPU.instructions
Class RTE
java.lang.Object
CPU.instructions.RTE
- All Implemented Interfaces:
InstructionSet
A redefinition of the RTE instruction.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal void
register
(MC68000Cpu cpu2) Registers the InstructionSet with the cpu.
-
Constructor Details
-
RTE
public RTE()
-
-
Method Details
-
register
Description copied from interface:InstructionSet
Registers the InstructionSet with the cpu.- Specified by:
register
in interfaceInstructionSet
- Parameters:
cpu2
- the cpu to use.
-