SLAU131V October 2004 – February 2020
Only complex types (structures and unions) in the C/C++ source code are converted to assembly. Basic types such as int, char, or float are not converted or represented in assembly beyond any existing .int, .char, .float, etc. directives that previously existed in assembly. Typedefs of basic types are therefore also not represented in the converted assembly.