From: Tiziano Newsgroups: comp.os.msdos.djgpp Subject: Nasm+DJGPP Date: Sun, 01 Mar 1998 09:33:11 +0100 Organization: Customer of Flashnet S.p.A. - http://www.flashnet.it Lines: 11 Message-ID: <34F91D47.5339@flashnet.it> NNTP-Posting-Host: ip006.pool-05.flashnet.it 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 Hello! I'm working on a simple 3D engine in DJGPP. Unfortunately C polyfillers aren't so fast and I need to link asm code. I made a little FlatLine routine with nasm but I have some problems. If I compile without optimizations all works perfectly, if I compile with -O2 -ffast-math -fexepensive-optimizations I have a segv error! But why djggp mess with my code??? Someone as any tip? Thanks. Tiziano - tlenat AT flashnet DOT it