编译原理学习笔记02--链接、装载与库

1、序言

此篇文章主要用来记录《程序员的自我修养--链接、装载与库》这本书的学习笔记

2、计算机的硬件结构框架

编译原理学习笔记02--链接、装载与库

3、书籍推荐

《Linkers and Loaders》,John R. Levine

《Intel® 64 and IA-32 Architectures Software Developer's Manuals》,Intel官方的x64和x86CPU的技术手册

《Linux内核源代码情景分析》,毛德操,胡希明

《深入理解计算机系统》

《深入解析Windows操作系统,第四版--Microsoft Windows Server2003/Windows XP/Windows 2000技术内幕》

《Advanced Pragramming in the UNIX Environment, Second Edition》