Package CPU.instructions.JSR
Class JSR6
java.lang.Object
CPU.instructions.JSR.JSR6
- All Implemented Interfaces:
InstructionSet
The JSR instruction where source is d16(PC) absolute
Based on code by Tony Headford, see his licence in accompanying file.
-
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
-
JSR6
public JSR6()
-
-
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)
-