public class Bcc extends java.lang.Object implements InstructionSet
Modifier and Type | Field and Description |
---|---|
protected static java.lang.String[] |
names |
Constructor and Description |
---|
Bcc() |
Modifier and Type | Method and Description |
---|---|
protected DisassembledInstruction |
disassembleOp(int address,
int opcode,
MC68000Cpu cpu) |
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 final DisassembledInstruction disassembleOp(int address, int opcode, MC68000Cpu cpu)