cool_harry
Newbie level 2
Hi, i am using 8051 core controller and Keil compiler.I have written a code in C. Now i need some of its routines to be converted into assembly. Plz tell me how to start.
Specifically i need guidance on how to call a Assembly func from C program where i am passing 2 unsigned long variable into that func. For eg. asm(var1,var2);
where var1 & var 2 are unsigned long datatypes and asm is a function written in assembly...
Specifically i need guidance on how to call a Assembly func from C program where i am passing 2 unsigned long variable into that func. For eg. asm(var1,var2);
where var1 & var 2 are unsigned long datatypes and asm is a function written in assembly...