; ; *-*-* COMP.CSD *-*-* ; ; This Submit file is used to compile and bind the PL/M example program ; modules using PL/M 286 and BND286 for iRMX II. The executable programs ; are placed in the files 'EXAMPLE' and TSKCOM in the current default ; directory (:$:). The example programs can be invoked by typing ; 'EXAMPLE' followed by a carriage return or 'TSKCOM' followed by a carriage ; return in response to the Human Interface prompt. ; attachfile /rmx286 as :RMX: plm286 demo.plm debug optimize(0) object(demo.ob2) print(demo.ls2) plm286 task2.plm debug optimize(0) object(task2.ob2) print(task2.ls2) plm286 except.plm debug optimize(0) object(except.ob2) print(except.ls2) plm286 crbpool.plm debug optimize(0) object(crbpool.ob2) print(crbpool.ls2) plm286 strng.plm debug optimize(0) object(strng.ob2) print(strng.ls2) plm286 condec.plm debug optimize(0) object(condec.ob2) print(condec.ls2) plm286 init.plm debug optimize(0) object(init.ob2) print(init.ls2) plm286 alphonse.plm debug optimize(0) object(alphonse.ob2) print(alphonse.ls2) plm286 gaston.plm debug optimize(0) object(gaston.ob2) print(gaston.ls2) bnd286 & demo.ob2, & task2.ob2, & except.ob2, & crbpool.ob2, & strng.ob2, & condec.ob2, & :rmx:lib/rmxifc.lib & object(example) & print(example.mp1) & segsize(stack(1200H)) & rc(dm(10000,0FFFFFH)) bnd286 & init.ob2, & alphonse.ob2, & gaston.ob2, & :lang:plm286.lib, & :rmx:lib/rmxifc.lib & object(tskcom) & print(tskcom.mp1) & segsize(stack(1200H)) & rc(dm(5000,0FFFFFH)) permit example,tskcom r u=world