public interface Instruction
Modifier and Type | Method and Description |
---|---|
DisassembledInstruction |
disassemble(int address,
int opcode,
MC68000Cpu cpu) |
void |
execute(int opcode,
MC68000Cpu cpu) |
void execute(int opcode, MC68000Cpu cpu)
DisassembledInstruction disassemble(int address, int opcode, MC68000Cpu cpu)