public class NULL
extends java.lang.Object
Constructor and Description |
---|
NULL() |
Modifier and Type | Method and Description |
---|---|
void |
register(Instruction[] i_table,
MC68000Cpu mcpu)
This registers this instruction for all null elements in the table of instructions.
|
public final void register(Instruction[] i_table, MC68000Cpu mcpu)
mcpu
- the cpu used.i_table
- the table to register with.