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.
Any one working on nxp 89v51rd2 ... i want to know how to wirte 'c' program for IAP ....thanks
i have been writing programs in assembly only ... IAP is working fine in assembly... now translated entire program in C ... working fine ... now the problem is how to write c code for IAP ...bcz.. IAP is using registers ....
Did you try google?
www.lmgtfy.com
Or, If it's a problem for you, why not just write the low-level functions in assembler, and then call them from 'C' ?
Here's an example of creating a 'C'-callable ASM function: www.8052.com/.../149030
Thanks a lot Mr Andrew Neil. I have gone thru both the links that u have given.... i think i can now certainly do it..... using SRC directive.... with regards...