
Simulator Commands
Command Summary
MOTOROLA DSP SIMULATOR REFERENCE MANUAL 2-47
2.3.32 TYPE: Display the Result Type of C Expression
TYPE {c_expression}
The type command is used to display the result type of a C expression. If result of the
expression is a storage location (e.g. just a variable name, or an element of an array), it
will display the address of the storage location, in addition to its data type.
EXAMPLES
type {count}
Display the type and location of the variable count.
type {0.5+i}
Display the type of the given expression.
Comments to this Manuals