• Description has changed:

Diff:

--- old
+++ new
@@ -1,6 +1,6 @@
 Please add possibility to disable atomic routines codegen 
 For this add: 
-* #pragma noatomics. This pragma should have source code  file scope. If it used in the file with main function declaration additional assembler code for atomic operations support should not be generated.
-* compiler flag --noatomics. All source code files scope. Assembler code for atomic operations support should not be generated
+* `#pragma noatomics`. This pragma should have source code  file scope. If it used in the file with main function declaration additional assembler code for atomic operations support should not be generated.
+* compiler flag `--noatomics`. All source code files scope. Assembler code for atomic operations support should not be generated

 When pragma or complier flag is used, sdcc compiler should check than user source code dont use atomics C-language features.   Otherwise sdcc compiler should raise a warning "atomic operations support disabled".
  • Group: -->