• 89c51
    Sorry a total newbie here to ide so I first installed kiel 5 for 89c51 projects and made many programs and then I wanted to do arm ones so I installed the MKD and now I cannot create 89c51 projects ...
  • 89c51
    hi friends, Please help me how to embedd the programs into 8951 processor how to use embeeded C to program the controller </i?
  • Enums and Ints
    Bug, or just weird subtlety of ANSI C when it comes to enums and ints? typedef enum { es16_1, es16_2, es16_3, es16_Force16 = 0x7fff } EnumS16; typedef enum { eu16_1, eu16_2, eu16_3, eu16_Force16...
  • complement of Int
    is there any function that will complement the variable. e.g int i = 0xAA complement of i = 0x55
  • What's the different (xdata int) and (int xdata)
    Dear All: Could any one tell me What's the different between (xdata int p) and (int xdata p)? Thanks