码迷,mamicode.com
首页 > 移动开发 > 详细

CS:APP CH01.A Tour of Computer Systems

时间:2018-07-01 19:51:34      阅读:183      评论:0      收藏:0      [点我收藏+]

标签:system   预处理   compiler   一个   汇编   ESS   proc   程序   compile   

程序语言到机器指令的过程

1.hello.c 源程序一个文本文件 经过预处理(pre-processer)成为 hello.i

2.hello.i  修改的源程序 经过编译处理(compiler) 成为 hello.s

3.hello.s 汇编程序 经过汇编器(assembler) 成为 hello.o

4.hello.o  一个二进制文件+printf.o 经过链接器(linker) 成为可执行文件(executable) hello

CS:APP CH01.A Tour of Computer Systems

标签:system   预处理   compiler   一个   汇编   ESS   proc   程序   compile   

原文地址:https://www.cnblogs.com/GeekDanny/p/9251016.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!