X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f Lines: 41 X-Admin: news AT aol DOT com From: sterten AT aol DOT com (Sterten) Newsgroups: comp.os.msdos.djgpp Date: 03 Apr 2002 07:58:37 GMT References: <3CAA99CA DOT 33B1298D AT is DOT elta DOT co DOT il> Organization: AOL http://www.aol.com Subject: Re: help with inline AT&T assembly Message-ID: <20020403025837.19509.00001308@mb-cm.aol.com> To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com sorry, I forgot to specify the variables: char* A; unsigned int* D; unsigned int x,min; register unsigned int j,row,q; j is ebx , row is esi , q is edi and then I had several errors , I don't like the AT&T-syntax. Here is , what finally worked but gave only a speed improvement of about 30% on my K6/2 : //j=0;label1:j+=A[q+row];row=D[row];if(j