• Concurrency constructs or other constructs enabled through the following standard library headers are [ALPHA] supported:
    I have checked the header files of the compiler V5. The headers <chrono>, <mutex> etc are in comments. Is there any version of the comiler which has a complete imlementation of : • <thread> • <mutex...
  • Concurrency constructs or other constructs enabled through the following standard library headers are [ALPHA] supported:
    I have checked the header files of the compiler V5. The headers <chrono>, <mutex> etc are in comments. Is there any version of the comiler which has a complete imlementation of : • <thread> • <mutex...
  • 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...
  • 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...
  • 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.......