-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
Description
In the current implementation of the clocked CPU, the cycles for exceptions go unaccounted for. The reason is probably that an exception occurs in the space between one instruction ending, and the next beginning.
We need some kind of state machine(s) for exceptions. In a way, they should behave just like ordinary instructions.