| ARM Technical Support Knowledge Articles | |
Applies to: C51 C Compiler
Information in this article applies to:
I've noticed that there are lots of ?CO?filename segments in my program. What's stored in these segments?
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.
Article last edited on: 2001-06-13 00:00:00
Did you find this article helpful? Yes No
How can we improve this article?