目录


1 C语言和汇编

1.1 使用寄存器

使用寄存器

1.2 使用内存空间

使用内存

1.3 不用main函数编程

不使用main函数编程

1.4 函数如何接受不定数量的参数

函数接收不定个数的参数

2 总结

本书通过8086CPU汇编语言让读者感受底层编程的体验和深刻理解机器运行程序的原理。循序渐进和知识屏蔽是本书的最大亮点,让读者能够在扎实的基础上,步步深入,使得汇编语言学习起来轻松而又有效。这也注定了本书不能以系统的方式自上而下的教授知识点,因此接下来会辅以《Professional Assembly Language》,Richard Blum著来形成assembly language的知识体系。

最后对本书总结成下面这张图。

全书总结

3 Reference


Share Post

Twitter Google+

Shunmian

The only programmers in a position to see all the differences in power between the various languages are those who understand the most powerful one.