The answer here is a rather fascinating trick. For my own edification, I would like to learn how to create this type of program.
Is there a good library that I can use to provide my full ASCII output? Or what tools would I use to create this type of output? I understand that I am most likely creating a 16-bit application, but can I also generate 32-bit applications?
I found that the MSFT debug.exe program has an assembler that works with this, but the output I get from this is not completely ASCII. Also, when disassembling the program presented in Lenik "η»§ ι·, I donβt see where he calls int 21 to write to the screen. Is there more documentation for this type of program?
Can anyone else deal with these secrets, please?
source share