I just downloaded uVision3 and realized I would need to program in C. The only real experience in programming has been using assembly. Is there another Keil IDE that I can us to program the T89C51CC02/CC03 etc using assembly? Thanks, Brian
"I just downloaded uVision3 and realized I would need to program in C" Incorrect. The Keil tools include both a 'C' compiler and an assembler. uVision is perfectly happy to build & debug assembler-only projects. uVision recognises the file type ('C' source, assembler source, library, etc) by its extension (.C, .A51, .LIB, etc), and automatically treats it accordingly.