Package CPU.instructions.BTST
Class BTST_W
java.lang.Object
CPU.instructions.BTST.BTST_W
- All Implemented Interfaces:
InstructionSet
The BTST instruction where data to be tested is in .W .
00000ddd100111000 = 0x0138 for dynamic mode
00001000000111000 = 0x0838 for static mode
mmm = mode 010
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_W
public BTST_W()
-
-
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)
-