public class MOVEM2Reg2 extends java.lang.Object implements InstructionSet
Constructor and Description |
---|
MOVEM2Reg2() |
Modifier and Type | Method and Description |
---|---|
DisassembledInstruction |
disassembleOp(int address,
int opcode,
Size sz,
boolean reg_to_mem,
MC68000Cpu cpu) |
void |
register(MC68000Cpu cpu2)
Registers the InstructionSet with the cpu.
|
public final void register(MC68000Cpu cpu2)
InstructionSet
register
in interface InstructionSet
cpu2
- the cpu to use.public final DisassembledInstruction disassembleOp(int address, int opcode, Size sz, boolean reg_to_mem, MC68000Cpu cpu)