rdnelson / Libra

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

Interrupt vectors to be 2 bytes each please #197

Open jrgreen7 opened 8 years ago

jrgreen7 commented 8 years ago

Since we don't have segment registers, then vectors should be 2 bytes each. Can this please be made consistent throughout? Right now, the help file for the Timer subsystem says the Type8 interrupt is at 0x10 but actually needs to be at 0x20... In this case, the help file is correct, and the implementation is incorrect.