I have a program with assembler code in C code. But when i link this program (after compilation), i have the following error message: WARNING L1: UNRESOLVED EXTERNAL SYMBOL SYMBOL: ?C_STARTUP MODULE: ADSL.OBJ (ADSL) And the generated hex program haven't interrupt vector. The program starts at 0000h address. What can i do? Best regards.