13.07.2015 Views

TASKING VX-toolset for ARM User Guide

TASKING VX-toolset for ARM User Guide

TASKING VX-toolset for ARM User Guide

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Tool Optionsextern unsigned int variable;extern volatile unsigned int access;void TestFunc( unsigned int flag ){access = 0;variable |= flag;if( variable == 3 ){variable = 0;}variable |= 0x8000;access = 1;}Result with --language=-volatile (default):TestFunc: .type funcstr lr,[sp,#-4]!ldr r1,.L3ldr lr,.L3+4ldr r2,[r1,#0] ;

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!