• accessing bits from byte
    I want access bit from Byte array.for example consider array of 30 bytes in which I want to access 1 to 15 bits... How to access it. kindly help me.......
  • How to deal with va_xxx constructions?
    Hello, I have the following piece of code: static void *Circle_ctor( void *_self, va_list *app ) { struct Circle *self = ( (const struct Class *) Point )-> ctor( _self, app ) ; self->rad =...
  • Sparse "switch" construct
    Is there a way to force the compiler to generate a jump table for a sparse "switch" construct?
  • How to read a Bit from a Byte ?
    Respectable colleagues, how to read a value of a BIT from value of a BYTE variable in Keil C ? For example: X=(Byte1.Bit7*4)+(Byte1.Bit6*2) Thanks in advance. With best regards, Dragan...
  • code memory in bytes or bits
    I am using UVision2 V2.40a Version compiler. It has generated .m52 file & given below in information at the end of the file. Program Size: data=122.1 xdata=984 code=26914 LINK/LOCATE RUN COMPLETE...