Using Assembly Language in C/C++

前端 未结 14 1342
爱一瞬间的悲伤
爱一瞬间的悲伤 2020-12-23 02:39

I remember reading somewhere that to really optimize & speed up certain section of the code, programmers write that section in Assembly language. My questions are -

14条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-23 03:04

    On my work, I used assembly on embedded target (micro controller) for low level access.

    But for a PC software, I don't think it is very usefull.

提交回复
热议问题