public class MOVEA11 extends java.lang.Object implements InstructionSet
Constructor and Description |
---|
MOVEA11() |
Modifier and Type | Method and Description |
---|---|
protected DisassembledInstruction |
disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu)
Word sized move from d16(Pc) to AN
|
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.protected final DisassembledInstruction disassembleOp(int address, int opcode, Size sz, MC68000Cpu cpu)
address
- the address of the instruction.opcode
- its opcode.sz
- the size.cpu
- the smsqmulator.cpu.MC68000Cpu used the cpu used.