https://github.com/zehuichen123/csapp_learning
This is my learning notes for book <i>Computer System- A Programmer's Perspective</i>
https://github.com/zehuichen123/csapp_learning
computer-systems csapp
Last synced: about 1 year ago
JSON representation
This is my learning notes for book <i>Computer System- A Programmer's Perspective</i>
- Host: GitHub
- URL: https://github.com/zehuichen123/csapp_learning
- Owner: zehuichen123
- Created: 2017-09-15T02:28:43.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-24T05:17:30.000Z (about 8 years ago)
- Last Synced: 2025-01-16T22:47:40.291Z (about 1 year ago)
- Topics: computer-systems, csapp
- Language: Assembly
- Homepage:
- Size: 1.15 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Computer System - A Programmer's Perspective Learning Notes
## Intro
This is a repository for the book Computer System- A Programmer's Perspective. This book doesn't contains much code. However, I still record the code for my learning process. Most of them are assembled code, for Chapter3. Also, I added the labs for this book which is provided by CMU, with my own answers to these labs. Also, I've written some solutions and explanation to these labs. You can view these through links below.
## Details
### Learning Notes:
1⃣️ 优化程序性能笔记 (Corresponding to Chapter 5)
2⃣️ 存储器层次结构笔记 (Corresponding to Chapter 6)
### Lab Solutions:
1⃣️ Data lab(two complements arithmetic)
## Others
I would appreciated it much if you find some problems with my code and point them out. What's more, If you have some problems with this book, just open an issue and I'll try my best to help you.😊