Package CPU.instructions.BTST
Class BTST_d16PC
java.lang.Object
CPU.instructions.BTST.BTST_d16PC
- All Implemented Interfaces:
InstructionSet
The BTST instruction where data to be tested is in d16(An) .
00000ddd100mmmrrr = 0x013A for dynamic mode
00001000000mmmrrr = 0x083A for static mode
mmm = 111
rrr = 010
-
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_d16PC
public BTST_d16PC()
-
-
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)
-