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. |
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