• data structer in programming?
    how i can implement variable length data base ( or data storage structure)in keil C programe?
  • Code size and data size statistics
    Hello all, I have µv3 installed on 2 different machines: the first µv3 prints a messages regarding the code/data sizes after a build is complete, but the other one does not. I just can't find the compiler...
  • Size of a structure
    Hi, Question about sizeof() function : typedef struct _TABLE_1 { unsigned char Table[10]; unsigned long ; unsigned long ; unsigned long ; unsigned char ; unsigned char ; unsigned char ;...
  • Font size
    How can I change font type and size for the Output Window
  • stack size
    Hi, In the start167.A66 file, there are 2 stack?? STK_SIZE and USTSZ I program in C language and I would like to know if I must declare the twice or just one, in order to gain some memory !! ...