Skip to main content

Questions tagged [ms-dos]

Use this tag for programs that target Microsoft DOS.

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: ...
Madagascar's user avatar
  • 10.1k
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 ...
ArrayBolt3's user avatar