| ??? 02/14/01 08:56 Read: times |
#9289 - RE: use of multiply in large data arrays |
Hi Patrick,
whats your speed requirements in real ? The MUL AB instruction consume only 4 cycle on the 8051. So I think it decrease the speed only a little. There is no reason to be the fastest, only to be so fast as needed. In C it can also be faster to use a pointer instead of a fixed address, especially, if you want to access many bytes serially. Peter |



