Keil™, An ARM® Company

Technical Support

C51: ?C? LIBRARY ROUTINES


Information in this article applies to:

  • C51 Version 6

QUESTION

I've noticed that the C compiler generates lots of calls to routines that begin with ?C?. What are these routines?

ANSWER

The Keil C compiler uses "helper" routines to perform operations where in-line code would cause program bloat. These routines do things like fetch bytes or words from memory, dereference generic pointers, and so on. These routines are built into the C51 library files that are shipped with the product.

SEE ALSO

FORUM THREADS

The following Discussion Forum threads may provide information related to this topic.

Last Reviewed: Sunday, June 15, 2008


Did this article provide the answer you needed?
 
Yes
No
Not Sure