Closed dogamak closed 4 years ago
The need to detect whenever a memory location changed value led me to implementing an event system. As of now, the emulator emits three kinds of events: MemoryChange, RegisterChange and SupervisorCall.
MemoryChange
RegisterChange
SupervisorCall
The need to detect whenever a memory location changed value led me to implementing an event system. As of now, the emulator emits three kinds of events:
MemoryChange
,RegisterChange
andSupervisorCall
.Related PRs