On Mon, 24 Feb 2003 [EMAIL PROTECTED] wrote: > If I use nasm16.exe 202,606 bytes 06-04-99 > the compiling processing will stop pretty soon, and screen shows
I think the nasm that is most likely to give you success is: http://www.kernel.org/pub/software/devel/nasm/binaries/dos/nasm098p.zip you also need cwsdpmi: ftp://ftp.simtel.net/pub/simtelnet/gnu/djgpp/v2misc/csdpmi5b.zip > c: ..... \lib > cd ..\driers > c: ..... \drivers > c:\watcom\wmake /ms production > Watcom Make Version 11.0C also open watcom wmake (ie, not 11.0c wmake) doesn't use as much memory anymore (because 11.0c wmake is a real mode application and OW wmake uses DPMI). ftp://ftp.openwatcom.org/watcom/zips ftp://ftp.openwatcom.org/watcom/zips/_layout.txt so either use Open Watcom instead of 11.0c or protected mode nasm instead of real mode nasm (or both). Bart ==^================================================================ This email was sent to: [EMAIL PROTECTED] EASY UNSUBSCRIBE click here: http://topica.com/u/?b1ddyi.b3hwCs.YXJjaGl2 Or send an email to: [EMAIL PROTECTED] TOPICA - Start your own email discussion group. FREE! http://www.topica.com/partner/tag02/create/index2.html ==^================================================================
