an emulator for x86, capable of running simple assembler code
(binary format)
Submission: executable, source, examples, readme.
Specifics:
Your program should be able to load a binary executable (.com) format and
perform the instructions one by one.
To be able to see that the program works, one should either implement some
output functions or be able to show the registers contents, of course doing both is
desirable.