Controls the optimization of inline assembly statements.
#pragma volatileasm on | off | reset
When this pragma is off , the compiler applies peephole and scheduling optimizations to inline assembly statements. If the pragma is on , the compiler does not optimize these statements.