6. Migrating Assembly Language Source CodeΒΆ

Applications developed with the cl2000 compiler tools may include some source code written in assembly language.

Use of assembly language is discouraged for c29clang, except for assembly code embedded in C/C++ source files via asm() statements, which are processed inline by the c29clang integrated GNU-syntax assembler. For this reason, the TI C29x assembly language syntax is not documented.

When migrating a TI C28x application that contains assembly language source files to a TI C29x application, it is recommended that you convert assembly language to C/C++ code.