Package CPU.instructions.MOVEA
Class MOVEA11
java.lang.Object
CPU.instructions.MOVEA.MOVEA11
- All Implemented Interfaces:
InstructionSet
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected final DisassembledInstruction
disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) Word sized move from d16(Pc) to ANfinal void
register
(MC68000Cpu cpu2) Registers the InstructionSet with the cpu.
-
Constructor Details
-
MOVEA11
public MOVEA11()
-
-
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) Word sized move from d16(Pc) to AN- Parameters:
address
- the address of the instruction.opcode
- its opcode.sz
- the size.cpu
- the smsqmulator.cpu.MC68000Cpu used the cpu used.- Returns:
- the disassembled instruction.
-