Aside from Nand2Tetris, are there any courses or closely connected book series that guide you through the full stack of building a computer? I'm looking for a progression from basic gate logic and circuit design through assembly language, higher-level programming, compiler construction, and finally an operating system. Ideally, the course would demonstrate how the layers fit together and how a complete computer can be built from simple components. If no single course covers this, what would be the best way to study the subject independently?
2 Answers
For the hardware side, start with a solid computer architecture textbook. Ben Eater’s video series are also useful because they demonstrate a simple processor and related circuits with accessible, hands-on explanations.
Turing Complete is a game-based way to explore many of these ideas. You build increasingly complicated digital systems while learning how the pieces fit together, so it can be a fun supplement to a more formal course.

Related Questions
How To: Running Codex CLI on Windows with Azure OpenAI
Set Wordpress Featured Image Using Javascript
How To Fix PHP Random Being The Same
Why no WebP Support with Wordpress
Replace Wordpress Cron With Linux Cron
Customize Yoast Canonical URL Programmatically