• char xdata *pointer _at_ postion : absolute illegal specifier
    Hi Why does this declaration not work: char xdata *pointer _at_ postion; but this one works: char xdata array[1] _at_ postion; Should be theoretically the same, or not? Thanks Egon...
  • Specifying Absolute location for more than one array
    Hi, I need to specify absolute location(in code memory) for more than one array, I was successful in implementing for one array as mentioned in Cx51 compilers guide(using BL51 Locate). What are the...
  • format specifier
    static char x; printf("%d",x); above statement does not work. but following statement work printf("%bd",x); what is differance between format specifier %d and %bd
  • code const illegal initialization
    I'm trying to put 2 config chars into ROM (user makes a change which the ROM remembers during power down). However on compiling I get: 'error C142: illegal initialization' and then 'warning C34: ...
  • error 57: illegal address
    Hello, we're working with an evaluation version of Keil Uvision3 (version 04/2006, we installed it from the CD with the evaluation board) under Windows 2000 with Ulink debugger and the Keil MCB2100...