13.07.2015 Views

DSP56xxx C Cross-Compiler User's Guide - Tasking

DSP56xxx C Cross-Compiler User's Guide - Tasking

DSP56xxx C Cross-Compiler User's Guide - Tasking

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Run–time Environment 7–7extern int f(int,...);extern int g(int,int,...);extern int h(int,int,int,...);int a0;int a1;int a2;void foo(void){f(a0, ”a0 on stack as is this string”);g(a0, a1, ”a0 via accumulator – remainder on stack”);h(a0, a1, a2, ”a0 via A, a1 via B – remainder on stack”);}_asmfunc• • • • • • • •

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

Saved successfully!

Ooh no, something went wrong!