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