From 1447f5a68871696a269d55df6cea1a8baf1f32c6 Mon Sep 17 00:00:00 2001 From: justus-3 Date: Tue, 17 Mar 2026 21:10:20 +0100 Subject: [PATCH] Add "Code: The Hidden Language of Computer Hardware and Software" to extras/readings.md --- extras/readings.md | 1 + 1 file changed, 1 insertion(+) diff --git a/extras/readings.md b/extras/readings.md index b9b86c0..518a2f0 100644 --- a/extras/readings.md +++ b/extras/readings.md @@ -57,6 +57,7 @@ Name | Author(s) [Principles of Compiler Design](https://www.amazon.com/Principles-Compiler-Addison-Wesley-information-processing/dp/0201000229) | Alfred Aho, Jeffrey Ullman [Distributed Systems Reading Group](http://dsrg.pdos.csail.mit.edu/papers/) | Various [System Design: Design large-scale systems](https://github.com/donnemartin/system-design-primer) | Various +[Code: The Hidden Language of Computer Hardware and Software](https://codehiddenlanguage.com/Chapter00/) | Charles Petzold ## Theory