X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f Lines: 43 X-Admin: news AT aol DOT com From: sterten AT aol DOT com (Sterten) Newsgroups: comp.os.msdos.djgpp Date: 02 Apr 2002 18:13:11 GMT Organization: AOL http://www.aol.com Subject: help with inline AT&T assembly Message-ID: <20020402131311.21631.00001396@mb-fa.aol.com> To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I wanted to convert my inner loop to assembly , it did compile but it doesn't do what the C-routine does. I'm new to AT&T syntax , where is the mistake ? C: ---------------------------------------------- j=0; label1:j+=A[q+row]; row=D[row]; if(j