This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

UNRESOLVED EXTERNAL SYMBOL

When I compile following simple Code I will get L1 error, Please let me know what's the wrong with this code:

#include <reg51.h>
void main(void)
{ #pragma asm NOP NOP NOP
#pragma endasm
}

*** WARNING L1: UNRESOLVED EXTERNAL SYMBOL SYMBOL: ?C_STARTUP