How to combine C and Assembly code and how to run this program in keil, please explain in step wise.
thanks Banu
You could use the complier directive -
__asm <assembly instruction> ;
OR __asm { <assembly instruction(s)> }
hope that helps.
Akshat