Class CoreEvent

java.lang.Object
be.lmenten.avr.core.event.CoreEvent
Direct Known Subclasses:
CoreDataEvent

public class CoreEvent extends Object
  • Constructor Details

  • Method Details

    • getEventType

      public CoreEventType getEventType()
    • getCore

      public Core getCore()
    • getClockCyclesCount

      public long getClockCyclesCount()
    • getProgramCounter

      public int getProgramCounter()
    • setInstruction

      public void setInstruction(Instruction instruction)
    • getInstruction

      public Instruction getInstruction()
    • setInstructionSetEntry

      public void setInstructionSetEntry(InstructionSet instructionSetEntry)
    • getInstructionSetEntry

      public InstructionSet getInstructionSetEntry()
    • abort

      public void abort()
    • shouldAbort

      public boolean shouldAbort()
      Returns: