• 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 an error
    while debugging a code , m facing an error message " *** error 65: access violation at C:0x0000 : no 'execute/read' permission "
  • 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;...
  • 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...
  • 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...