Skip to content

Commit

Permalink
Clean up the project url
Browse files Browse the repository at this point in the history
Signed-off-by: Wu Zhangjin <[email protected]>
  • Loading branch information
lzufalcon committed Aug 11, 2015
1 parent ebc3c9c commit 2d663dd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
> 本书来源:[开源书籍:C 语言编程透视](http://www.tinylab.org/project/hello-c-world/) (by [泰晓科技](http://tinylab.org))<br>
> 本书来源:[开源书籍:C 语言编程透视](http://www.tinylab.org/hello-c-world/) (by [泰晓科技](http://tinylab.org))<br>
> 报名参与:*Star/fork* [GitHub 仓库](https://github.com/tinyclub/open-c-book) 并发送 *Pull Request*<br>
> 关注我们:[扫描二维码](#follow) 关注 [@泰晓科技](http://weibo.com/tinylaborg) 微博和微信公众号<br>
> 赞助我们:[赞助 6.88¥](#donate), [更多原创开源书籍](#more)需要您的支持 ^o^ <br>
Expand All @@ -12,7 +12,7 @@ v 0.2

## 介绍

- 项目首页:<http://www.tinylab.org/project/hello-c-world>
- 项目首页:<http://www.tinylab.org/hello-c-world>
- 代码仓库:<https://github.com/tinyclub/open-c-book>
- 在线阅读:<http://tinylab.gitbooks.io/cbook>

Expand Down
2 changes: 1 addition & 1 deletion zh/chapters/02-chapter2.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ main:

不知道看出来没?和课堂里学的 intel 的汇编语法不太一样,这里用的是 `AT&T` 语法格式。如果想学习 Linux 下的汇编语言开发,下一节开始的所有章节基本上覆盖了 Linux 下汇编语言开发的一般过程,不过这里不介绍汇编语言语法。

在学习后面的章节之前,建议自学旧金山大学的微机编程课程 CS630,该课深入介绍了 Linux/X86 平台下的 `AT&T` 汇编语言开发。如果想在 `Qemu` 上做这个课程里的实验,可以阅读本文作者写的 [CS630: Linux 下通过 Qemu 学习 X86 AT&T 汇编语言](http://www.tinylab.org/project/cs630-qemu/)
在学习后面的章节之前,建议自学旧金山大学的微机编程课程 CS630,该课深入介绍了 Linux/X86 平台下的 `AT&T` 汇编语言开发。如果想在 `Qemu` 上做这个课程里的实验,可以阅读本文作者写的 [CS630: Linux 下通过 Qemu 学习 X86 AT&T 汇编语言](http://www.tinylab.org/cs630-qemu/)

需要补充的是,在写 C 语言代码时,如果能够对编译器比较熟悉(工作原理和一些细节)的话,可能会很有帮助。包括这里的优化选项(有些优化选项可能在汇编时采用)和可能的优化措施,例如字节对齐、条件分支语句裁减(删除一些明显分支)等。

Expand Down

0 comments on commit 2d663dd

Please sign in to comment.