Package CPU.instructions
Class MOVEPm2r
java.lang.Object
CPU.instructions.MOVEPm2r
- All Implemented Interfaces:
InstructionSet
The MOVEPr2m instruction where move is made from mem to reg.
fedcba9876543210
0000rrr10s001aaa = 108
where rrr = data reg to be swapped
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected final DisassembledInstruction
disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) final void
register
(MC68000Cpu cpu2) Registers the InstructionSet with the cpu.
-
Constructor Details
-
MOVEPm2r
public MOVEPm2r()
-
-
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
protected final DisassembledInstruction disassembleOp(int address, int opcode, Size sz, MC68000Cpu cpu)
-