Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: notesfiles - hp 1.2 08/01/83; site hp-pcd.UUCP Path: utzoo!watmath!clyde!burl!ulysses!ucbvax!hplabs!hp-pcd!by From: by@hp-pcd.UUCP (by) Newsgroups: net.micro.pc Subject: Re: microemacs 3.6 on ibm pc with lattic Message-ID: <13600009@hpcvla.UUCP> Date: Wed, 14-May-86 18:06:00 EDT Article-I.D.: hpcvla.13600009 Posted: Wed May 14 18:06:00 1986 Date-Received: Sat, 17-May-86 04:44:51 EDT References: <165@sci.UUCP> Organization: Hewlett-Packard - Corvallis, OR Lines: 17 Nf-ID: #R:sci:-16500:hpcvla:13600009:000:494 Nf-From: hpcvla!by May 14 14:06:00 1986 Howdy! Lattice 3.0 has a flag you can add to the large DATA and large LARGE model compiles to keep execution speed reasonable: -md --> -mds /* for DATA */ -ml --> -mls /* for LARGE */ What happens is that you can still use 32-bit pointers but ONLY 16-bit offsets from those pointers. Normally, this won't be a problem--only if the code tries to manipulate huge arrays (>64K). Hope the -s suffix works for you. Bill Yoder hplabs!hp-pcd!by (503) 757-2000