hi guys
i m an ece student and i have done my project in embedded systems. in that i have AT89S52 micro controller and the software used is keil micro vision. now i have a question whether the keil software and embedded c is platform independent or dependent. please help me
Without the Jargon.
The Compiler you used will Only work with 8052 based chips. Not AVR, Not ARM, Not PIC, ect. The Code you used will Most likely not compiler on a Compiler targeting a different CPU. The Core C parts are compatible. The Rest will not be. The Process of converting the non compatible parts to work on the new compiler is called "Porting".