; ;--------------------------------------------------; ; ; compile the edited configuration module ; ; ;--------------------------------------------------; PLM86 sdt309.dir/src/sdt309cnf.p86 LARGE OPTIMIZE(2) RAM & PRINT (sdt309.dir/lst/sdt309cnf.lst) & OBJECT (sdt309.dir/obj/sdt309cnf.obj) ; ;--------------------------------------------------; ; ; relink with SDTMON, the tests and mainline ; ; ;--------------------------------------------------; LINK86 & monitor/sdtmon.lnk, & sdt309.dir/obj/sdt309cnf.obj, & sdt309.dir/obj/mline.lnk, & sdt309.dir/obj/tests.lnk, & monitor/sdtlrg.lib & TO sdt309.dir/obj/sdt309.lnk & PRINT (sdt309.dir/lst/sdt309.mp1) INITCODE MAP LOC86 sdt309.dir/OBJ/sdt309.lnk & TO sdt309 & PRINT(sdt309.dir/LST/sdt309.mp2) RESERVE (0 to 100fh)