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