This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Newbee

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

Parents
  • "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.

Reply
  • "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.

Children
No data