Skip to content

Commit

Permalink
Chapter8: Rename a subtitle
Browse files Browse the repository at this point in the history
Signed-off-by: Wu Zhangjin <[email protected]>
  • Loading branch information
lzufalcon committed Jul 29, 2015
1 parent 6e3ded0 commit 46e3be7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions zh/chapters/02-chapter8.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
- [把程序头移入文件头](#toc_3928_6176_20)
- [在非连续的空间插入代码](#toc_3928_6176_21)
- [把程序头完全合入文件头](#toc_3928_6176_22)
- [代码精简之道](#toc_3928_6176_23)
- [汇编语言极限精简之道](#toc_3928_6176_23)
- [小结](#toc_3928_6176_24)
- [参考资料](#toc_3928_6176_25)

Expand Down Expand Up @@ -1566,7 +1566,7 @@ $ wc -c hello
****:编译时务必要加 `--oformat=binary` 参数,以便直接跟源文件构建一个二进制的 `Elf` 文件,否则会被 `ld` 默认编译,自动填充其他内容。

<span id="toc_3928_6176_23"></span>
## 代码精简之道
## 汇编语言极限精简之道

经过上述努力,我们已经完全把程序头和代码都融入了 52 字节的 `Elf` 文件头,还可以再进一步吗?

Expand Down

0 comments on commit 46e3be7

Please sign in to comment.