Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!linus!philabs!seismo!hao!hplabs!sri-unix!ALBERS@mit-ml From: ALBERS%mit-ml@sri-unix.UUCP Newsgroups: net.micro.cpm Subject: RMAC vs. MAC Message-ID: <14094@sri-arpa.UUCP> Date: Mon, 28-Nov-83 14:00:00 EST Article-I.D.: sri-arpa.14094 Posted: Mon Nov 28 14:00:00 1983 Date-Received: Thu, 1-Dec-83 21:15:39 EST Lines: 21 From: Jon P. Albers Herb, according to my CP/M+ manuel, MAC is what you would normally use to assemble and RMAC creates a 'relocatable' code. In the MAC command line where: MAC(or RMAC) filespc.typ $options The H option, which is used to control where the .HEX file goes, is replaced by the option R, which controlls the file: filespc.REL, which is the relocatable code filein hex. So the following: RMAC filespc $PX SB RB Would kill the .PRN file, and put the .SYM and .REL files on drive b: I hope this helped, Jon Albers ALBERS@ML