Top Up Prev Next Bottom Contents Index Search

16.4 Code Streams

The C50 domain uses the default assembly language code streams discussed in "Assembly code streams" on page 13-17. Additionally, TITarget declares a code stream named TISuProcs to store code that should be placed outside the main loop. Note that the code stored in this code stream will get added after the wrapup methods of the stars have been called. The TISuProcs code stream is useful for adding procedures when using non-COFF assemblers (like the TI DSK assembler) or defining tables of coefficients in program memory (as an example, the C50 instruction macd needs one of the operands to be in program memory)



Top Up Prev Next Bottom Contents Index Search

Copyright © 1990-1997, University of California. All rights reserved.