Package CPU.instructions.BTST
Class BTST_AnPlus
java.lang.Object
CPU.instructions.BTST.BTST_AnPlus
- All Implemented Interfaces:
InstructionSet
The BTST instruction where data to be tested is in (An)+ .
00000ddd100mmmrrr = 0x0118 for dynamic mode
00001000000mmmrrr = 0x0818 for static mode
mmm = mode 011
rrr = register
-
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
-
BTST_AnPlus
public BTST_AnPlus()
-
-
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)
-