rdnelson / Libra

An 8086 emulator with a focus on educational features.
Other
13 stars 4 forks source link

Interrupts are not cleared when execution is Stopped. #101

Closed rdnelson closed 11 years ago

rdnelson commented 11 years ago

If a program triggers an interrupt, but is stopped before the VM handles it, the interrupt will be caught by the next run of the program.