; ; *-*-* bs3120.csd *-*-* ; ; Generate the iRMX Bootstrap Loader Third Stage for the System 120. ; ; Usage: submit bs3120 ;---------------------------------------------------------------------------- ; af $ as f1 asm86 :f1:bs3120.a86 pagewidth(132) nolist & oj(:f1:bs3120.obj) pr(:f1:bs3120.lst) ; link86 & :f1:bs3120.obj, & :f1:bs3120.lib & to :f1:rmx.lnk print(:f1:rmx.mp1) ; loc86 :f1:rmx.lnk & addresses(classes(code(0A600H))) & order(classes(code,data)) & noinitcode purge & start(bs3) & map print(:f1:rmx.mp2)