jmce - 1_02

jmce.sim
Interface CallListener

All Known Implementing Classes:
AT89C51RD2, S400

public interface CallListener

Listener to intercept fnction call.

Version:
1.00
Author:
Mario Viara

Method Summary
 int call(CPU cpu, int address)
          Method called when the CPU execute at specified address.
 

Method Detail

call

int call(CPU cpu,
         int address)
         throws SIMException
Method called when the CPU execute at specified address.

Parameters:
cpu - - CPU.
address - - Address in memory.
Returns:
The number of CPU cycle elapsed.
Throws:
SIMException

jmce - 1_02