This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

ready made c-function

hello all,
i am new for keil. i want to start all my 8051 programing in C. I want to know, what actually gets converted into assembly laguage when i use ready made c-function like printf(), scanf(), serinit(), getch(), putch(), getchr(), putchr(), etc.... if any one can help pls give rply..... any e-book or soft material or any links on this topic will be highly appreciated.

Parents
  • You do have a good 'C' textbook to start with, don't you...?

    yea i do have, but they do not give information on how these functions ill be interpretated by keil type compiler, they simply states wat o/p on monitor u ill have when u use them.

    wat actually i want to know is that, when i use this functions, wat actually it configure in 8051 SFR, so on the basis of this i can configure my hardware.

    and whether these function are costumizable to fullfill my hardware needs.

Reply
  • You do have a good 'C' textbook to start with, don't you...?

    yea i do have, but they do not give information on how these functions ill be interpretated by keil type compiler, they simply states wat o/p on monitor u ill have when u use them.

    wat actually i want to know is that, when i use this functions, wat actually it configure in 8051 SFR, so on the basis of this i can configure my hardware.

    and whether these function are costumizable to fullfill my hardware needs.

Children