Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utgpu!water!watmath!clyde!rutgers!mtune!mtx5c!mtx5d!mtx5a!mat From: mat@mtx5a.UUCP Newsgroups: comp.lang.c,comp.sys.ibm.pc,comp.sys.intel Subject: Re: C compilers that can access more memory Message-ID: <1806@mtx5a.UUCP> Date: Mon, 8-Jun-87 12:11:22 EDT Article-I.D.: mtx5a.1806 Posted: Mon Jun 8 12:11:22 1987 Date-Received: Wed, 10-Jun-87 07:11:16 EDT References: <496@tahoe.UUCP> Organization: AT&T Information Systems, Middletown, NJ 07748-4801. Lines: 26 Xref: utgpu comp.lang.c:2271 comp.sys.ibm.pc:4096 comp.sys.intel:239 > I'm looking for a C compiler to run on '286 AT's or AT clones that can > access more than 64K of program and 64K of data memory. Microsoft C and > MIX C both seem to be unable to access more than 64K of either. ... uSoft C certainly does support large memory models! You can mix-and-match to your choice, but in uSoft C 4.0, the standard options are Small: 1 segment code, 1 segment data. Medium: Many segments code, 1 segment data. Large: Many segments code, many segments data, no datum (struct or array) may exceed 1 segment. Huge: Many segments code, many segments data, no limitation on size of a datum (apart from the machine's inherent limits). Compact: 1 segment code, many segments data. Playing mix-and-match requires some skill in getting the right things out of the right libraries. -- from Mole End Mark Terribile (scrape .. dig ) mtx5b!mat (Please mail to mtx5b!mat, NOT mtx5a! mat, or to mtx5a!mtx5b!mat) (mtx5b!mole-end!mat will also reach me) ,.. .,, ,,, ..,***_*.