Questions tagged [ms-dos]
Use this tag for programs that target Microsoft DOS.
2 questions
5
votes
2
answers
147
views
Compare two files in 16-bit DOS assembly
The task is to do a byte-by-byte comparison and print whether the files are equal or not.
Code:
...
6
votes
2
answers
477
views
DOS-based Boggle simulator
I'm testing my C skills by writing my first-ever full application in C. I'm targeting DOS (as in MS-DOS/PC-DOS and DOSBox) and am compiling the code with Open Watcom v2.0. The application does the ...