Hey guys I'm going to be importing some ASM code from an old project, how do I know what registers I can use, I don't want to conflict with anything that the compiler has decided to do.
thanx!
Xarion
A good place to start would be:
http://www.keil.com/support/man/docs/c51/c51_ap_ctoasm.htm
Code Monkey