Package | Description |
---|---|
smsqmulator.cpu | |
smsqmulator.cpu.instructions |
Some emulated 68000 instructions.
|
Modifier and Type | Field and Description |
---|---|
protected Instruction[] |
MC68000Cpu.i_table |
Modifier and Type | Method and Description |
---|---|
Instruction |
MC68000Cpu.getInstructionFor(int opcode)
Gets the instruction for an opcode.
|
Modifier and Type | Method and Description |
---|---|
void |
MC68000Cpu.addInstruction(int opcode,
Instruction i)
Adds an instruction to the list (array) of instructions
|
Modifier and Type | Method and Description |
---|---|
void |
NULL.register(Instruction[] i_table,
MC68000Cpu mcpu)
This registers this instruction for all null elements in the table of instructions.
|