| ??? 11/09/03 18:51 Read: times |
#58143 - RE: Why use '?' in C51 addresses? Responding to: ???'s previous message |
These are auto generates names and internal names used by the compiler and linker. The main object of them is to make them so that these names do not collide with nice identifiers, variable names, and function names that you use in your program. For the most part as you write C code you would have little need to create names with the ?'s in them.
Sometimes when you make assembler modules that interface to C it may be necessary to use some of the standard ?? type names....but not usually. Michael Karas |
| Topic | Author | Date |
| Why use '?' in C51 addresses? | 01/01/70 00:00 | |
| RE: Why use '?' in C51 addresses? | 01/01/70 00:00 | |
RE: Why use '?' in C51 addresses? | 01/01/70 00:00 |



