First post, by Peter Swinkels
Hi,
Just wanted to share a project I am working on other people here might find interesting. It's a 8086 Emulator with simulated (though incomplete) hardware and BIOS and MS-DOS functions.
It can load and execute some DOS programs although there are a lot of glitches and it is prone to freezing::
Why am I writing this? Because I'm curious as to how the hardware and software work at a low-level. That, and if a program does work properly I have more control over debugging it and seeing what it does and influencing its behavior.
EDIT:
Links:
https://github.com/PeterSwinkels/8086-Emulator/
(For some reasons this forum breaks animated gifs.)
https://github.com/PeterSwinkels/8086-Emulato … ree/master/gifs
Also, remember this is a work in progress.
My GitHub:
https://github.com/peterswinkels