IAR Embedded Workbench for RH850 3.20.xIAR C/C++ DevelopmentAssembler language interfaceMixing C and assemblerAn example of how to use clobbered memoryAn example of how to use clobbered memoryIn this section: int StoreExclusive(unsigned long * location, unsigned long value) { asm("stc.w %0,[%1]" : "+r"(value) : "r"(location) : "memory"); return value; }