help..

AlexR

Joined Jan 16, 2008
732
Most C compilers including mikroC allow you to embed either a single assembly instruction or even block assembly code within the C program by using the "asm" declaration.

So the answer is yes microC does support assembly language but if you plan to write the whole program in assembler you would obviously be better off using a dedicated assembly language compiler like MPLAB.
 
Top