Path: utzoo!utgpu!watmath!clyde!att!osu-cis!tut.cis.ohio-state.edu!mailrus!bbn!oberon!caesar.usc.edu!mlinar From: mlinar@caesar.usc.edu (Mitch Mlinar) Newsgroups: comp.os.cpm Subject: Re: C compilers and microsoft linker Message-ID: <13521@oberon.USC.EDU> Date: 18 Nov 88 20:01:27 GMT References: <10565@s.ms.uky.edu> <6822@batcomputer.tn.cornell.edu> Sender: news@oberon.USC.EDU Reply-To: mlinar@caesar.usc.edu (Mitch Mlinar) Distribution: na Organization: University of Southern California, Los Angeles, CA Lines: 14 In article <6822@batcomputer.tn.cornell.edu> wilker@batcomputer.tn.cornell.edu (Clarence W. Wilkerson Jr.) writes: > >Also DRI's RMAC and LINK. RMAC and LINK do not support >data areas initialized to non-zero constants. All these >have a limitation of 6-7 character uppercase global >symbols when used in the .rel mode. >. Which is another good reason not to use them. There are several good PD linkers which handle either case, although assemblers in general do not. Seven character globals are the limit if you want to stick with true .REL format; if not (like SLR), then you can have 16 chars. -Mitch