Using the C/C++ Compiler

The compiler translates your source program into machine language object code that the MSP430 can execute. Source code must be compiled, assembled, and linked to create an executable object file. All of these steps are executed at once by using the compiler.