Package CPU.instructions
Class LINK
java.lang.Object
CPU.instructions.LINK
- All Implemented Interfaces:
InstructionSet
The LINK instruction in all of its variants.
fedcba9876543210
0100011001010rrr 0x4e50
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal void
register
(MC68000Cpu cpu2) Registers the InstructionSet with the cpu.
-
Constructor Details
-
LINK
public LINK()
-
-
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.
-