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

Who to use assembly language

Hi,

I am using Keil C51uvision IDE and doing projects in C language.Now i want to compile code written in assembly(new project in assembly only).
Can i use the same IDE else How can i do it or which software i need to have for it.

thanks
poonam

  • "Now i want to compile code written in assembly"

    You don't Compile it - compiling is what a compiler does.
    You use the assembler to Assemble it.

    The IDE uses the filename extension to determine the type of translation required - you just add the files to your project.

    Sounds like you need to review the IDE Manuals.