HOW TO EUN THIS CODE
sadaqatdev opened this issue · 1 comments
sadaqatdev commented
please tell me how to run this code , any documentation ?
xyzzy commented
The code is a 16-bit real-mode MS-DOS .com file.
.com files have no exec header, they just contain code that is loaded %BP+0100h
You can run it natively under ms-dos or windows XP, or with an emulator like dos-box.
As a service I have prepared a web-based dos-box, you can find it here: https://xyzzy.github.io/smile-media/
Enjoy!