Package CPU.instructions
Class ABCD
java.lang.Object
CPU.instructions.ABCD
- All Implemented Interfaces:
InstructionSet
The ABCD instruction in all of its variants.
This works well unless the entry values aren't valid BDC.
If they aren't, this works according to the GIGO principle.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal void
register
(MC68000Cpu cpu2) Registers the InstructionSet with the cpu.
-
Constructor Details
-
ABCD
public ABCD()
-
-
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.
-