











TMS320C54x Programming
ANSI C compiler :
- Architecture for code efficiency
Assembler :
- Mnemonic or Algebraic Syntax
Notes:
TI's C compiler is an ANSI C compiler. This means it complies with the ANSI standard including a floating-point library.
There are also ways to utilize the C54x as a floating-point device. When you do floating-point, you must manage the exponent and mantissa, so the C compiler includes a floating-point math library.
The assembler offers two syntax styles, a mnemonic assembler and an algebraic assembler.