avrora.sim
Interface Simulator.MemoryProbe

Enclosing interface:
Simulator

public static interface Simulator.MemoryProbe


Method Summary
 void fireAfterRead(Instr i, int address, State state, byte value)
           
 void fireAfterWrite(Instr i, int address, State state, byte value)
           
 void fireBeforeRead(Instr i, int address, State state, byte value)
           
 void fireBeforeWrite(Instr i, int address, State state, byte value)
           
 

Method Detail

fireBeforeRead

public void fireBeforeRead(Instr i,
                           int address,
                           State state,
                           byte value)

fireBeforeWrite

public void fireBeforeWrite(Instr i,
                            int address,
                            State state,
                            byte value)

fireAfterRead

public void fireAfterRead(Instr i,
                          int address,
                          State state,
                          byte value)

fireAfterWrite

public void fireAfterWrite(Instr i,
                           int address,
                           State state,
                           byte value)