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