Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
10/21/02 08:13
Read: times


 
#31132 - How to call lib functions from asm
Hello all!
I am trying to access c lib function ( lets say printf from stdio.h). I have generated the asm file from the c file and I tried to debug that. But I am not getting the _printf function there.If I debug the c file then I am getting the printf function , it's fine. It shows the function in assembly(I chosen the disassembly view).

I am using Keil c51 and a51 for 8051F000.

I am able to link my routines with the calls i.e. _add defination from the call.But not able to link _printf.It says _printf unknown symbol.
What to do?
Anand.


List of 2 messages in thread
TopicAuthorDate
How to call lib functions from asm            01/01/70 00:00      
RE: How to call lib functions from asm            01/01/70 00:00      

Back to Subject List