Path: utzoo!mnetor!uunet!husc6!uwvax!dogie!uwmcsd1!ig!agate!ucbvax!TAURUS.BITNET!zifrony From: zifrony@TAURUS.BITNET Newsgroups: comp.lang.pascal Subject: Re: valid construction? Message-ID: <676@taurus.BITNET> Date: 15 Mar 88 17:15:22 GMT References: <12171@brl-adm.ARPA> <8432@reed.UUCP> <1074@PT.CS.CMU.EDU> Sender: daemon@ucbvax.BERKELEY.EDU Reply-To: virgo!zifrony (Zifrony Doron) Organization: Tel-Aviv Univesity Math and CS school, Israel Lines: 6 Summary: 64KB problem on INTEL machines I compiled program on an INTEL machine, using the PASCAL-86 compiler, supplied by INTEL for usage on their development, and cross development systems. In these programs, I managed to hold a module's global array, which was larger then 64KB. These variables are not stored on the stack, but in the data area, thus, they do not surrender to the stack segment limitations of 64KB alll in all.