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

后端 未结 16 1938
野的像风
野的像风 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:05

    I know assembly is used for very heavily code for games. For example, pixel shaders have a really tight instruction budget; to get the effects you want, you pretty much have to code down to the metal.

提交回复
热议问题