From: "Daniel Eaton" Newsgroups: comp.os.msdos.djgpp Subject: Assembler/SIGSEGV questions Lines: 11 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2014.211 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211 Message-ID: Date: Tue, 22 Jun 1999 16:03:34 -0700 NNTP-Posting-Host: 216.66.137.102 X-Trace: newsgate.direct.ca 930092341 216.66.137.102 (Tue, 22 Jun 1999 15:59:01 PDT) NNTP-Posting-Date: Tue, 22 Jun 1999 15:59:01 PDT Organization: Canada Internet Direct, Inc. To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com OK, a few questions here. I. Does GAS recognize MMX opcodes/registers? II. How do I detect SIGSEGV signals and have my program execute some free()s before the signal is handled (and the program crashes). III. How do I allocate/trash memory inline in AT&T syntax? Thanks, Daniel Eaton