Technical Support

C51: WHAT'S IN THE ?CO? SEGMENTS?


Information in this article applies to:

  • C51 Version 5
  • C51 Version 6

QUESTION

I've noticed that there are lots of ?CO?filename segments in my program. What's stored in these segments?

ANSWER

When you create global code variables in your source files, the compiler allocates these to the ?CO? segments. So, if you do not declare any CODE variables in your source files, you will not have ?CO? segments.

Last Reviewed: Wednesday, June 13, 2001


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