Mail Archives: djgpp/1994/09/01/15:02:13
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
- Raw text -