The files in this directory are all small examples. They are not
intended to be great programming examples or anything even remotely
approaching useful, but they do show how to use the routines and
demonstrate most of the typical things (albeit in separate prgs)
that an application might want to do.

All should be assembled in the same way (using NASM 0.98):

nasm -f oldrdf <filename.asm> -o <filename.exe>

Then WDOSXd:

stubit <filename.exe>

If you're using a version of WDOSX that understands the new RDF
file format (introduced in NASM 0.98, as opposed to the old version,
introduced in NASM 0.97), you can specify -f rdf when assembling
