Package CPU.instructions
Class MOVE_TO_SR
java.lang.Object
CPU.instructions.MOVE_TO_SR
- All Implemented Interfaces:
InstructionSet
The MOVE_TO_SR instruction in all of its variants.
0100011011mmmrrr = 46c0
where rrr = eareg
mmm = mode
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal void
register
(MC68000Cpu cpu2) Registers the InstructionSet with the cpu.
-
Constructor Details
-
MOVE_TO_SR
public MOVE_TO_SR()
-
-
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.
-