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

ASM

Hi everybody

I am using uVision2.

How can I add an asembler code to C project?


Thanks Kobi

Parents
  • "How can I add an asembler code to C project?"

    Exactly the same way that you add a 'C' file to a project - but choose "ASM" as the type instead of 'C'.
    uVision automatically recognises the file type & uses the appropriate translator, syntax colouring, etc.

    You have read the uVision "Getting Started" Guide, and worked through the examples in it, haven't you...?

Reply
  • "How can I add an asembler code to C project?"

    Exactly the same way that you add a 'C' file to a project - but choose "ASM" as the type instead of 'C'.
    uVision automatically recognises the file type & uses the appropriate translator, syntax colouring, etc.

    You have read the uVision "Getting Started" Guide, and worked through the examples in it, haven't you...?

Children