Skip to content
This repository has been archived by the owner on Nov 21, 2020. It is now read-only.

dd86k/dd86-goodies

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

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.