Date: Thu, 1 Sep 1994 13:55:42 -0400 (EDT) From: Kimberley Burchett Subject: Re: asm interface To: Marty Leisner Cc: DJGPP Mailing List On Thu, 1 Sep 1994, Marty Leisner wrote: > I always disliked inline assembler. I also found it not worthwhile > for all 16 bit+ processors (there may be some gains in 8 bit processors). I'm doing real-time graphics coding. I've got to get an inner loop down to 7.5 cycles per two pixels. C is not the most effective way to do this. Up to now, I've just compiled with the -S switch and edited the assembler output, but that becomes inconvenient pretty quickly when you want to fiddle around with the source. Besides, it's fun. :) Kim