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.--noatomics. All source code files scope. Assembler code for atomic operations support should not be generatedWhen 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".
Diff: