From: Tom Burgess Newsgroups: comp.os.msdos.djgpp Subject: RHIDE + nasm - problem identified Date: Sun, 27 Apr 1997 00:59:59 -0700 Organization: BCTEL Advanced Communications Lines: 17 Message-ID: <3363077F.C9@bc.sympatico.ca> NNTP-Posting-Host: pntn02m02-68.bctel.ca Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk This was going to be a plea for help, but I see what the problem is now. Running nasm under RHIDE I kept getting out-of-memory errors. Updating to the latest versions didn't help. (thanks, RH, for built-in nasm support in 1.2ab). Shelling out of RHIDE, mem showed only 388K low-RAM free, reduced from my pathetic 500K after loading drivers, etc. Anyway, nasm failed from the RHIDE dos shell, too. I guess the binary nasm distribution needs at least 448K low RAM, since everything worked when I commented out my CD-rom driver from config.sys. The binary nasm probably assumes that no DPMI is available and needs low RAM. Has anyone had any success with recompiling nasm with DJGPP? Maybe the problem will go away if it becomes an ordinary 32 bit program. By the way, nasm 0.94 looks pretty good - multiline macros, conditionals, MMX & PPRO instructions. regards, tom