Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10 UW 5/3/83; site uw-beaver Path: utzoo!linus!decvax!ittvax!dcdwest!sdcsvax!sdcrdcf!hplabs!tektronix!uw-beaver!info-mac From: info-mac@uw-beaver.UUCP Newsgroups: fa.info-mac Subject: re: porting unix programs to mac Message-ID: <980@uw-beaver> Date: Tue, 26-Jun-84 16:14:29 EDT Article-I.D.: uw-beave.980 Posted: Tue Jun 26 16:14:29 1984 Date-Received: Sat, 30-Jun-84 05:53:19 EDT Sender: daemon@uw-beave Organization: U of Washington Computer Science Lines: 15 From: Bill Croft "...and does not exceed sumacc's limit of one 32K segment..." While it is true that SUMACC currently does not support overlays, there is no limit on the size of the program (other than the amount of physical memory). Thus SUMACC programs on the current hardware are limited to about 80K bytes. The 32K byte limit you mentioned DOES exist for Pascal (workshop) segments, since these use PC-relative addressing, which is restricted to +-32K offsets. --Bill