my project is to write the source code for a 8051 trainer n development kit, used in academic institutions..kindly help me to list an algorithm as to how to go about the whole project....also the IC mentioned in the requirement list is signetics SC80C51..i cant find this in the keil 'device for target' list...which are the replacement ICs?
"kindly help me to list an algorithm as to how to go about the whole project"
this would be the algorithm I would use for your project:
//an algorithm void my_algorithm(void) { }
I am confident that it would compile and run on your target mcu, as well as any replacement part.