; ; compile the user configuration module ; PLM86 sdt544.dir/src/sdt544cnf.p86 & PRINT (sdt544.dir/lst/sdt544cnf.lst) & OBJECT (sdt544.dir/obj/sdt544cnf.obj) & LARGE OPTIMIZE(2) ROM ; ; link the object files ; LINK86 & monitor/sdtmon.lnk, & ** the test monitor, of course ** monitor/cmnlrg.lib, & ** the GPCP-SDTMON interface ** sdt544.dir/obj/mline.lnk, & ** the main and utility procedures ** sdt544.dir/obj/sdt544cnf.obj, & ** the configuration module ** sdt544.dir/obj/tests.lnk, & ** and the various tests ** monitor/sdtlrg.lib & TO sdt544.dir/obj/sdt544.lnk INITCODE & PRINT(sdt544.dir/lst/sdt544.mp1) LOC86 sdt544.dir/obj/sdt544.lnk & TO sdt544 RESERVE(00h to 0100FH) & PRINT(sdt544.dir/lst/sdt544.mp2)