This repository has been archived by the owner on Nov 21, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
License
dd86k/dd86-goodies
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
DD-DOS Goodies =================== This repo includes various examples and goodies to run either under DD-DOS, DOSBox, or even MS-DOS. Compiling =================== The ASM files are compiled with the NASM assembler, be sure to use the binary format when compiling as COM executables. The C files need to be compiled with an ANSI C or C89 compliant compiler, such as the Borland Turbo 2.0 C compiler or GCC using a DOS library. To make a COM file using C, you can use Turbo C's /T switch: tcc -mt -lt example.c It is recommended to use the 8086 instruction set at the moment. License =================== All source in this repository use the Unlicense, see http://unlicense.org.
About
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published