You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: