Package CPU.instructions
Class DBcc
java.lang.Object
CPU.instructions.DBcc
- All Implemented Interfaces:
InstructionSet
A replacement DBcc instruction in all of its variants
This is based on Tony Headford's work.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal void
register
(MC68000Cpu cpu2) Registers the InstructionSet with the cpu.
-
Field Details
-
names
-
-
Constructor Details
-
DBcc
public DBcc()
-
-
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.
-