progs
=====
asm86.exe
plm86.exe
link.exe
pe.exe,pro,hlp
debug.com
loc86.exe

my files
========
INIT.ASM : Start up file
start.plm : main module for plm
plm_lib.plm : plm subroutines (such as number printing, string input etc)
dos_lib.asm : some library routines to interface with dos (eg char i/o, time)
plm_lib.inc : plm include file for plm lib routines (which in turn call dos_lib)
PROG.exe : output filename

additional notes
================
asm files must not have soft eof marker
link init+start+plm_lib+dos_lib,prog.exe,prog.map ; /line /map
