| |||||||||||||||||
On-Line Manuals Cx51 User's Guide | PointersThe Cx51 Compiler supports the declaration of variable pointers using the * character. The Cx51 Compiler pointers may be used to perform all operations available in standard C. However, because of the unique architecture of the 8051 and its derivatives, the Cx51 Compiler provides two different types of pointers: Comparison: Memory Specific & Generic Pointers You can significantly accelerate an 8051 C program by using memory specific pointers. The following sample program shows the differences in code & data size and execution time for various pointer declarations.
| ||||||||||||||||
| |||||||||||||||||