Function Tracer.traceInstruction

This method is called after the execution of an instruction.

abstract void traceInstruction (
  DM6502 Emulator,
  ubyte Opcode,
  ushort Cycles
);