11.07.2015 Views

MSP430 IAR C/C++ Compiler reference guide - Rice University

MSP430 IAR C/C++ Compiler reference guide - Rice University

MSP430 IAR C/C++ Compiler reference guide - Rice University

SHOW MORE
SHOW LESS
  • No tags were found...

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

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

Assembler language interfacecfiexample:PUSH R11CFI R11 Frame(CFA, -4)CFI CFA SP+4// Do something useless just to demonstrate that the call// stack window works properly. You can check this by// single-stepping in the Disassembly window and// double-clicking on the parent function in the// Call Stack window.MOV #0, R11POP R11CFI R11 SameValueCFI CFA SP+2// Do something else.MOV #0, R12RETCFI ENDBLOCK myBlockENDMODENDPart 1. Using the compiler99

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

Saved successfully!

Ooh no, something went wrong!