; ; *-*-* COMP32.CSD *-*-* ; ; This Submit file is used to compile and bind the PL/M example program ; modules using PL/M 386 and BND386 for iRMX III. The executable programs ; are placed in the files 'EXAMPL32' and TSKCOM32 in the current default ; directory (:$:). The example programs can be invoked by typing ; 'EXAMPL32' followed by a carriage return or 'TSKCOM32' followed by a ; carriage return in response to the Human Interface prompt. ; ; attachfile /rmx386 as :RMX: plm386 demo.plm debug set(r_32) optimize(0) & object(demo.ob3) print(demo.ls3) plm386 task2.plm debug set(r_32) optimize(0) & object(task2.ob3) print(task2.ls3) plm386 except.plm debug set(r_32) optimize(0) & object(except.ob3) print(except.ls3) plm386 crbpool.plm debug set(r_32) optimize(0) & object(crbpool.ob3) print(crbpool.ls3) plm386 strng.plm debug set(r_32) optimize(0) & object(strng.ob3) print(strng.ls3) plm386 condec.plm debug set(r_32) optimize(0) & object(condec.ob3) print(condec.ls3) plm386 init.plm debug set(r_32) optimize(0) & object(init.ob3) print(init.ls3) plm386 alphonse.plm debug set(r_32) optimize(0) & object(alphonse.ob3) print(alphonse.ls3) plm386 gaston.plm debug set(r_32) optimize(0) & object(gaston.ob3) print(gaston.ls3) bnd386 & demo.ob3, & task2.ob3, & except.ob3, & crbpool.ob3, & strng.ob3, & condec.ob3, & :rmx:lib/rmxifc32.lib & object(exampl32) & print(exampl32.mp1) & renameseg(code to code32, data to data32) & segsize(stack(2000H)) & rc(dm(10000,0FFFFFH)) bnd386 & init.ob3, & alphonse.ob3, & gaston.ob3, & :lang:plm386.lib, & :rmx:lib/rmxifc32.lib & object(tskcom32) & print(tskcom32.mp1) & renameseg(code to code32, data to data32) & segsize(stack(2000H)) & rc(dm(10000,0FFFFFH)) permit exampl32,tskcom32 r u=world