Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 865 Bytes

README.org

File metadata and controls

32 lines (19 loc) · 865 Bytes

DJGPP GCC Programs for MS-DOS

See the “Build and Run” sections of msdos-djgpp.org to see how to build, clean, and run these applications using the DOSBox emulator. In general you follow these steps:

Build with make.

Clean with make clean.

Run with dosbox NAME.EXE.

All files are generated from msdos-djgpp.org using Emacs’ org-mode literate programming system to “tangle” them.

root42’s “Let’s Code: MS-DOS” series was instrumental in creating these programs.

Copyright © 2023-2024 Kyle W T Sherman

License: MIT License

Just prints “Hello, world!”.

Draws lines on the screen like the game Qix.

qix-lines/qixlines.gif