Date   : Mon, 28 Nov 1983 14:00:00 EST
From   : Jon P. Albers <ALBERS@mit-ml>
Subject: RMAC vs. MAC
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