; ;--------------------------------------------------; ; ; SDTSAM.CSD ; ; ; [ generates a sample test] ; ; ;--------------------------------------------------; TIME ; ;----------------------------------------; ; ; compile the test module ; ; ;----------------------------------------; PLM86 /SDTDIR/SDTSAM.DIR/SRC/sdtsam.p86 & OBJECT(/SDTDIR/SDTSAM.DIR/OBJ/sdtsam.obj) & PRINT (/SDTDIR/SDTSAM.DIR/LST/sdtsam.lst) & LARGE RAM OPTIMIZE(3) ; ;----------------------------------------; ; ; link and locate all modules ; ; ;----------------------------------------; LINK86 & /SDTDIR/MONITOR/sdtmon.lnk, & ** test monitor ** /SDTDIR/SDTSAM.DIR/OBJ/sdtsam.obj, & ** test routines ** /SDTDIR/MONITOR/sdtlrg.lib & ** monitor library ** TO /SDTDIR/SDTSAM.DIR/OBJ/sdtsam.lnk & PRINT(/SDTDIR/SDTSAM.DIR/LST/sdtsam.mp1) & INITCODE LOC86 & /SDTDIR/SDTSAM.DIR/OBJ/sdtsam.lnk & ** bootable test will be ** TO /SDTDIR/sdtsam & ** found directly beneath ** RESERVE(00h TO 100Fh) & ** /SDTDIR in the directory ** PRINT(/SDTDIR/SDTSAM.DIR/LST/sdtsam.mp2) TIME