dogamak / ttk91-rs

Crate for reading, writing, compiling and executing TTK91 code.
0 stars 0 forks source link

Introduce an event system #20

Closed dogamak closed 4 years ago

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

Related PRs