From: Mark Contra Newsgroups: comp.os.msdos.djgpp Subject: PGCC & NASM Date: Fri, 24 Oct 1997 13:55:26 -0700 Organization: Teleport - Portland's Public Access (503) 220-1016 Lines: 10 Message-ID: <34510B3E.5FB3@teleport.com> Reply-To: markc AT teleport DOT com NNTP-Posting-Host: ip-pdx21-09.teleport.com 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 In my program I used to have certain functions written in NASM (an x86 assembler) and compiled and linked the whole thing with GCC, I then started using PGCC 0910, a Pentium optimized version of GCC, and the assembler routines don't work anymore. They generate SIGSEGVs. As I started to replace my assembler functions with Allegro equivalents it started to work. So how can I continue to use my existing assembler routines, do I need to assemble them with additional parameters or link the program with additional parameters? Please let me know, by e-mail if possible. Thank you.