Uses of Interface
CPU.Instruction
Packages that use Instruction
-
Uses of Instruction in CPU
Fields in CPU declared as InstructionMethods in CPU that return InstructionModifier and TypeMethodDescriptionMC68000Cpu.getInstructionFor
(int opcode) Gets the instruction for an opcode.Methods in CPU with parameters of type InstructionModifier and TypeMethodDescriptionvoid
MC68000Cpu.addInstruction
(int opcode, Instruction i) Adds an instruction to the list (array) of instructions -
Uses of Instruction in CPU.instructions
Methods in CPU.instructions with parameters of type InstructionModifier and TypeMethodDescriptionfinal void
NULL.register
(Instruction[] i_table, MC68000Cpu mcpu) This registers this instruction for all null elements in the table of instructions.