diff --git a/Readme.md b/Readme.md index 9a91260..ef1587a 100644 --- a/Readme.md +++ b/Readme.md @@ -25,6 +25,12 @@ These are in alphabetical order by author. * [Part 8: Finishing opcode processing](https://briancallahan.net/blog/20210414.html) * [Source](https://github.com/ibara/d80) +## Brian R. Hall + +[Assembly Programming and Computer Architecture for Software Engineers](https://brianrhall.com/book/) +Book Cover + + ## Casey Muratori [Performance-Aware Programming Series](https://www.computerenhance.com/p/table-of-contents) @@ -129,3 +135,5 @@ Assemblers below are just noted to exist but I don't care for. ## Misc [SBCL: the ultimate assembly code breadboard](https://pvk.ca/Blog/2014/03/15/sbcl-the-ultimate-assembly-code-breadboard/) + +[mschwartz's assembly tutorial](https://github.com/mschwartz/assembly-tutorial) diff --git a/assets/Assembly Programming and Computer Architecture for Software Engineers (Cover_Ed2).png b/assets/Assembly Programming and Computer Architecture for Software Engineers (Cover_Ed2).png new file mode 100644 index 0000000..7fe8ef1 Binary files /dev/null and b/assets/Assembly Programming and Computer Architecture for Software Engineers (Cover_Ed2).png differ