目录


1 Data

对于Computer System的探索我们开始于Program的生命周期,包括:

  1. 如何表示data types(例如integer和real arithmetic),

  2. 如何将.c文件编译为低级机器码和低级机器码如何表示data types;

  3. 如何实现Processor来执行机器码;

  4. 如何优化c程序来提高编译和机器码执行性能;

  5. 如何设计memory系统。

本文介绍第1点:如何表示data types。

2 总结

Chapter 2 Information 总结

3 lab

这里

4 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.