The Inline Assembler provides means to make full use of the properties of the target processor right within a C program. There is no need to write a separate assembly file, assemble it and later link it with the rest of the application written in ANSI-C/C++ with the inline assembler. The Compiler does all that work for you. The following provides you details.