SPRUI03E June 2015 – January 2023
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.