Function DM6502.getInstruction

Returns the instruction with the given opcode, if there's no instruction, null is returned instead.

Instruction getInstruction (
  ubyte Opcode
);