• about an error
    sir, when i am doing 3d array initialization as following: unsigned char keypad[4][4][0] =('0','1','2','3','4','5','6','7','8','9','A','B','C','D','E','F'); then its not showing any error. but when...
  • about keil fatal error
    hi to all i write a program in keil and when build it shows following error ACTION:PARSING SOURCE FILE ERROR:PREPROCESSOR:MACROS TOO NESTED C51 Terminated can anyone tell me whats mean it...
  • ENQUIRY ABOUT ERROR 56
    sir i am new in .asm programming.When i build target in my project it shows antivirus's warning of being potentially unsafe and open it in sandbox and it shows no error ,no warning but when it debugs...
  • about error C212 in keilC51
    hi: when I compile the below code ,the keil51 emergered a error : error C212: indirect call: parameters do not fit within registers . source code: typedef struct NODE{ struct NODE *link;...
  • no message about A14 error generated
    hi, next example is compiled without errors but produces wrong results due debug. ;------------------------------------------------------------ ; Test program about bug of relocatable calculations...