• 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...
  • Sparse "switch" construct
    Is there a way to force the compiler to generate a jump table for a sparse "switch" construct?