• Info on single user license
    Hello all, I have a single user license for keil installed on my PC. Now I have a need to work on two different PCs. I read that single user license can be installed on two pcs. Can I use the same...
  • single bit twos complement
    what do you expect the result to be? typedef struct { signed int bit:1; } T_oddity; T_oddity oddity; int foobar( int arg ) { oddity.bit = arg; return oddity.bit; } void foochocolate ( void...
  • Generalized approach for getting bits of varaibles declared As BDATA
    Hello all, I have been pondering upon getting each bit of a variable (e.g. declared as char) using a for loop char bdata Char1; bit y; for(x=0; x<7; x++) y = Char1^x; My question is ...
  • Keil single user licensing issue
    Hi, I used a keil licence the installation went on smoothly. The support period of license is expired i think its the tech support and not the support for compiler. But when i compile its says code...
  • declaring user class
    hi, i had problems declaring user class in assembly language for ARM processor. How is it done using the AREA directive AT 0x0000? How the same user class should be declared in the LA LOCATE script...