??? 07/21/09 22:56 Read: times |
#167675 - Off on the wrong track again... Responding to: ???'s previous message |
Richard Erlacher said:
Comparing two strings isn't a big deal in ASM. It isn't a big deal in 'C' either - but that's not the point. The point is that it's already done for you and provided in a library - so why reinvent the wheel? In fact, the provided library implementation most probably is well-optimised by the library supplier - quite likely written in assembler, in fact... Keil even provide some specific variants on these functions to take advantage of processor-specific features like multiple DPTRs... |