Why There is a difference between assembly languages like Windows, Linux?

后端 未结 9 907
感动是毒
感动是毒 2021-01-30 17:53

I am relatively new to all this low level stuff,assembly language.. and want to learn more detail. Why there is a difference between Linux, Windows Assembly languages?

9条回答
  •  佛祖请我去吃肉
    2021-01-30 18:28

    Assembly language is related to CPU architecture not with O.S., but O.S. have a series of system function compiled in binary that your assembly program can invoke, by interrupt calling. For example standard input output , operation ecc....

提交回复
热议问题