Merge pull request #77 from vinnyA3/vinnya3-branch

docs: fix spelling error
This commit is contained in:
John Washam 2016-12-20 09:41:12 -08:00 committed by GitHub
commit a2e3fa746b
1 changed files with 1 additions and 1 deletions

View File

@ -341,7 +341,7 @@ If you have tons of extra time:
If short on time:
- [ ] [Write Great Code: Volume 1: Understanding the Machine](https://www.amazon.com/Write-Great-Code-Understanding-Machine/dp/1593270038)
- The book was published in 2004, and is somehat outdated, but it's a terrific resource for understanding a computer in brief.
- The book was published in 2004, and is somewhat outdated, but it's a terrific resource for understanding a computer in brief.
- The author invented HLA, so take mentions and examples in HLA with a grain of salt. Not widely used, but decent examples of what assembly looks like.
- These chapters are worth the read to give you a nice foundation:
- Chapter 2 - Numeric Representation