From d34a578f520ab22b2a034f3140fe90096b5d77c8 Mon Sep 17 00:00:00 2001 From: Phil Wells Date: Thu, 25 Oct 2018 16:14:52 -0400 Subject: [PATCH] link to HLA wikipedia article --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fe01521..a5b404e 100644 --- a/README.md +++ b/README.md @@ -292,7 +292,7 @@ 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 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. + - The author invented [HLA](https://en.wikipedia.org/wiki/High_Level_Assembly), 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 - Chapter 3 - Binary Arithmetic and Bit Operations