Package CPU.instructions
Class TEST
java.lang.Object
CPU.instructions.TEST
- All Implemented Interfaces:
InstructionSet
Illegal instruction used by Qmon (4afb) - set the correct pc address.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal void
register
(MC68000Cpu cpu2) Registers the InstructionSet with the cpu.
-
Constructor Details
-
TEST
public TEST()
-
-
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.
-