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

assembly vs c language

which language is best assembly or c language for micro controller programing, if c is best, why microchip is still standing with assembly language. whether assembly language is convenient language for writing ARM 7, ARM 9 and while going for high end processors.

Parents
  • "which language is best assembly or c language for micro controller programing, "

    I'll say C, but only because doing so qualifies me to answer:

    "if c is best, why microchip is still standing with assembly language."

    They are not doing that.

    " whether assembly language is convenient language for writing ARM 7, ARM 9 and while going for high end processors."

    There has never been a better language than assembly language for writing assembly code.

Reply
  • "which language is best assembly or c language for micro controller programing, "

    I'll say C, but only because doing so qualifies me to answer:

    "if c is best, why microchip is still standing with assembly language."

    They are not doing that.

    " whether assembly language is convenient language for writing ARM 7, ARM 9 and while going for high end processors."

    There has never been a better language than assembly language for writing assembly code.

Children