|
|
|
Is there some way to better understand TAOCP Vol 1 by Knuth?
|
|
1 points
by justanything
377 days ago
|
|
Reposting: Hello, I am far from a smart person but I still wanted to give reading The Art Of Computer Programming Volume 1: Fundamental Algorithms by Donald Knuth a try but I don't understand at all how MIX computer he talks about works. Are there any other resources that make it easier to understand the contents of this book? |
|
The good news is that, even though 1970s-era MIX assembly is much different than even modern assembly, it's pretty simple. The most confusing part is the field manipulation part of the instructions. Don't get hung up trying to memorize all of the instructions; take a look at the examples in the text, which are commented to say what they are actually doing.
My strategy when reading TAOCP: if I get stuck, move on to the next section, and come back to it later when I've had time to sleep on it...