| |||||
Technical Support On-Line Manuals Cx51 User's Guide | Program ObjectsProgram objects include the code generated for C program functions by the Cx51 Compiler. Each function in a source module is assigned a separate code segment using the ?PR?function_name?module_name naming convention. For example, the function error_check in the file SAMPLE.C would result in a segment name of ?PR?ERROR_CHECK?SAMPLE. Names for reentrant functions and functions with register parameters are prefixed with special characters to differentiate them from standard functions and to avoid run-time errors when invoking them.
| ||||
| |||||