![Texas Instruments TMS320C2x User Manual Download Page 109](http://html1.mh-extra.com/html/texas-instruments/tms320c2x/tms320c2x_user-manual_1097073109.webp)
Data Types
5-4
5.2 Data Types
-
All integral types (char, short, int, and their unsigned counterparts) are
equivalent types and are represented as 16-bit binary values.
-
Long and unsigned long types are represented as 32-bit binary values.
-
Signed types are represented in 2s-complement notation.
-
The type char is a signed type, equivalent to int.
-
Objects of type enum are represented as 16-bit values; the type enum is
equivalent to int in expressions.
-
All floating-point types (float, double, and long double) are equivalent and
are represented in the TMS320C2x/C2xx/C5x’s 32-bit floating-point
format.
-
Longs and floats are stored in memory with the least significant word at
the lower address.
1 lists the size, representation, and range of each scalar data type.
Summary of Contents for TMS320C2x
Page 8: ...viii...
Page 69: ...2 47 C Compiler Description...
Page 159: ...6 36...
Page 226: ...8 6...