Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 6/24/83; site mmintl.UUCP Path: utzoo!linus!philabs!pwa-b!mmintl!jeffm From: jeffm@mmintl.UUCP (Jeffrey Miller) Newsgroups: net.micro.att Subject: Re: 640K "too little memory" Word Star error? Message-ID: <554@mmintl.UUCP> Date: Thu, 1-Aug-85 15:07:46 EDT Article-I.D.: mmintl.554 Posted: Thu Aug 1 15:07:46 1985 Date-Received: Sat, 3-Aug-85 08:17:47 EDT References: <649@hou2e.UUCP> Reply-To: jeffm@mmintl.UUCP (Jeffrey Miller) Distribution: net.micro.att,net.micro.pc Organization: Multimate International, E. Hartford, CT Lines: 21 Summary: * You might try using debug or something similar to see if near the beginning of winstall it is looking at the 2nd or 3rd byte of the program segment prefix to find the top of memory. A friend of mine had a similar problem with masm 1.00 when he switched to a machine with 640k from one with 512k. He found that masm was using a signed compare instead of unsigned to check for available memory. He changed the compare to unsigned and it works fine. Perhaps you have the same problem. Jeff ************************************************* * Jeff Miller * * Multimate International Corp. * * 52 Oakland Avenue * * East Hartford, CT 06108-9911 * * UUCP: * * ...!seismo!utah-cs!utah-gr!pwa-b!mmintl!jeffm * ************************************************* *