• 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?
  • 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 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...
  • How to construct xdata memory map from symbol table?
    I would like to construct an xdata memory map for debugging purposes, but it seems that the LX51 MAP file does not contain enough information to do this. What I would like to do: 1. Take the symbol...