What kind of projects (besides the obvious OS stuff) use assembly language?

后端 未结 16 1890
野的像风
野的像风 2021-02-14 15:48

Seemingly, no one uses assembly nowadays other than to develop device drivers, or the very core of OS kernels etc. Anyone has knowledge of it being currently used for other thin

16条回答
  •  悲&欢浪女
    2021-02-14 16:14

    According to Knuth, studying the efficiency of algorithms. He mentions in his books there is no better way to study how an algorithm works than writing in in assembly.

提交回复
热议问题