Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!lll-crg!lll-lcc!pyramid!voder!apple!dgold From: dgold@apple.UUCP (David Goldsmith) Newsgroups: comp.sys.mac Subject: Re: Editing > 32K text blocks Message-ID: <372@apple.UUCP> Date: Thu, 11-Dec-86 16:35:39 EST Article-I.D.: apple.372 Posted: Thu Dec 11 16:35:39 1986 Date-Received: Sat, 13-Dec-86 22:36:55 EST References: <164500006@uiucdcsb> <1783@batcomputer.tn.cornell.edu> Reply-To: dgold@apple.UUCP (David Goldsmith) Organization: Apple Computer Inc., Cupertino, USA Lines: 20 In article <1783@batcomputer.tn.cornell.edu> eric@batcomputer.UUCP (Eric Fielding) writes: >Or do anything else with chunks of data larger than 32K? I am new to Mac >programming, and can't understand why I can't make an array bigger than >32K on my 1024k Mac+? Is this some kind of holdover from the days of 128K Macs >or inherent in the operating system? Neither. It is a limitation of the compilers due to the fact that the 68000 only supports 16 bit offsets for its addressing modes. The Memory Manager will support any size object up to the limit of available memory. Future releases of development tools will probably remove this restriction. -- David Goldsmith Apple Computer, Inc. MacApp Group AppleLink: GOLDSMITH1 UUCP: {nsc,dual,sun,voder,ucbvax!mtxinu}!apple!dgold CSNET: dgold@apple.CSNET, dgold%apple@CSNET-RELAY