Assembly code vs Machine code vs Object code?

后端 未结 10 1980
执笔经年
执笔经年 2020-11-27 09:11

What is the difference between object code, machine code and assembly code?

Can you give a visual example of their difference?

10条回答
  •  南方客
    南方客 (楼主)
    2020-11-27 09:24

    The other answers gave a good description of the difference, but you asked for a visual also. Here is a diagram showing they journey from C code to an executable.

提交回复
热议问题