Read: Elements of Computer Systems

Read: Elements of Computer Systems

task id: read-elem-compsys

2024-07-11 17:41: Reading: boolean algebra #read-elem-compsys #timelog:01:30:42

2024-07-16 19:40: More boolean algebra #read-elem-compsys #timelog:01:00:16

The last part of this chapter had the reader implement things like AND, OR, NOT from NAND. I could get NOT without too much trouble. I figured out an implementation of AND, sort of (NOT-NAND did not immediately come to mind. I was too busy trying to find patterns in all the cases). I struggle with OR, even after looking at the answers. It's clear I need to build up more intuition.

2024-07-17 19:22: Reading #read-elem-compsys #timelog:01:08:49

Finished up reading last bits in chapter 1. Read chapter 2 (shorter) on Boolean Arithmetic and their ALU.

I have not done any of the projects yet. I am hoping this can be one of those things I can return back to when I have a chunk of time available.

I want to believe that "just reading" without doing projects is "not nothing, not everything". That is to say, I hope I'm getting something worthwhile from this.

2024-07-18 19:32: Reading. #read-elem-compsys #timelog:01:01:16

2024-07-19 19:17: Reading #read-elem-compsys #timelog:00:43:04

More reading on sequential logic.

2024-07-23 19:21: Reading: Machine Language #read-elem-compsys #timelog:00:53:45

2024-07-24 20:14: More reading on machine language. #read-elem-compsys #timelog:00:45:17

2024-07-25 19:27: Wrap-up chapter 4 (machine language), begin chapter 5 (Computer Architecture) #read-elem-compsys #timelog:01:00:09

2024-08-04 18:52: Finish chapter 5. #read-elem-compsys #timelog:00:30:22

2024-08-07 09:11: Chapter 6: Assembler #read-elem-compsys #timelog:00:54:55

I read the chapter in one sitting. I imagine it's much easier to read about implementing an assembler than it is to actually implement one. At some point, I'll try to find time to actually work this all out.

Teach Yourself Computer Science (TYCS) recommends reading the first six chapters of this book. I have done this. I think this is good enough.

2024-08-08 09:27: I've read enough of this book #read-elem-compsys

I think it'd be a good exercise at some point to go back and try working through the exercises. But, for now, I think I'm at a decent enough stopping point.