public class NOT extends java.lang.Object implements InstructionSet
Constructor and Description |
---|
NOT() |
Modifier and Type | Method and Description |
---|---|
protected DisassembledInstruction |
disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
protected int |
getDisplacement(MC68000Cpu cpu)
gets the displacement and increments the PC.
|
void |
register(MC68000Cpu cpu2)
Registers the InstructionSet with the cpu.
|
public final void register(MC68000Cpu cpu2)
InstructionSet
register
in interface InstructionSet
cpu2
- the cpu to use.protected int getDisplacement(MC68000Cpu cpu)
cpu
- the smsqmulator.cpu.MC68000Cpu used the cpu used.protected final DisassembledInstruction disassembleOp(int address, int opcode, Size sz, MC68000Cpu cpu)