Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10 5/3/83; site utcsrgv.UUCP Path: utzoo!utcsrgv!info-mac From: info-mac@utcsrgv.UUCP (info-mac) Newsgroups: ont.micro.mac Subject: re: porting unix programs to mac Message-ID: <4648@utcsrgv.UUCP> Date: Wed, 27-Jun-84 11:16:44 EDT Article-I.D.: utcsrgv.4648 Posted: Wed Jun 27 11:16:44 1984 Date-Received: Wed, 27-Jun-84 20:02:05 EDT Sender: peterr@utcsrgv.UUCP Organization: CSRI, University of Toronto Lines: 22 Date: Tue, 26 Jun 84 09:22:03 pdt From: Bill Croft To: info-mac@sumex, winkler@harvard Subject: re: porting unix programs to mac Cc: croft@SUMEX-AIM.ARPA "...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