Hi. I'm running Keil's C166/L166 compiling/linking software. In the MAP file there is a PUBLIC SYMBOL ?C_HCASTS with REP LABEL CLASS FCODE SECTION ?C_LIB_CODE I would appreciate it if anyone could tell me what ?C_HCASTS means. What it's for, what it does and everything else about it. Thanks Neil
When generating code, the compiler automatically calls library routines for certain tasks, like copying structures, converting certain types, doing floating point arithmetics and so on. ?C_HCASTS sounds much like one of those routines. Why don't you load the program into the simulator, locate the code for ?C_HCASTS and see what it does? Regards, - mike