We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hi all, can any one tell me the way how to mix c and assembly programing....... i know one way of inline programming i.e.
....... ....... C code.... ..... .....
#pragma asm ........ assembly code.... ........ #pragma endasm
but this type of file written cannot be included in any other file......
i have used IAR assembler for other microcontroller, in which writting
asm ("assembly code");
was working perfectly......
i dont know wether keil supports this.... if yes than what prototype file has to be included for this......
Any help is appriciated....
Thanking You, Pranav Saraswala.
"other thing is those thing which appears like ?xx?xxxx.a51?...
what is all this things ...... is there any document which gives explanation of all this things....... "
Yes, they are all in the MANUAL: totallyfuckedup.com/.../Please read the manual.jpg
Read the C51 manuals, (Compiler, Linker and Assembler).