Thursday, July 30, 2009

How to compute average of ascii values in a string with C inline assembly?

how would i use FPU instructions to compute the average of all the ascii values in a string (address of string in %esi, length of string in %ecx)? im having problem because FPU cannot load 8-bit numbers directly..





THANKS!

strawberry

No comments:

Post a Comment