; assemble COM and RSX modules using Micros0ft's M80 m80 =swapcom!m80 =swaprsx ; link COM, and RSX as PRL using Digital Research's LINK link swapcom!link swaprsx[op] era swap.com!era swap.rsx ; rename files ready for GENCOM ren swap.com=swapcom.com!ren swap.rsx=swaprsx.prl ; GENCOM combines SWAP.COM and SWAP.RSX into SWAP.COM gencom swap swap ; SWAP.COM now ready