rdnelson / Libra

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

Timer can cause div-by-zero error. #92

Closed rdnelson closed 11 years ago

rdnelson commented 11 years ago

Steps to reproduce:

  1. Open timer.OBJ
  2. Run program
  3. Stop program

Expected Result: Program stops normally, and resets to initial state.

Actual Result: Program crashes on Timer.cpp:89 with a divide by zero error.