From 6e56819c86e701884e30f321cdfb6b45fce07387 Mon Sep 17 00:00:00 2001 From: Adarsh Jha <132337675+adarsh-jha-dev@users.noreply.github.com> Date: Sun, 8 Oct 2023 05:05:36 +0530 Subject: [PATCH] =?UTF-8?q?Added=20few=20more=20eBooks=20in=20the=20Assemb?= =?UTF-8?q?ly=20Language=20section=20of=20free-progra=E2=80=A6=20(#9960)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Added few more eBooks in the Assembly Language section of free-programming-books-langs.md * Added few more eBooks for "Assembly Language" in free-programming-books-en.md * Update free-programming-books-langs.md --- books/free-programming-books-langs.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/books/free-programming-books-langs.md b/books/free-programming-books-langs.md index ff270d29c..11ff74b74 100644 --- a/books/free-programming-books-langs.md +++ b/books/free-programming-books-langs.md @@ -350,10 +350,12 @@ Books on general-purpose programming that don't focus on a specific language are #### Non-X86 +* [Beginners Introduction to the Assembly Language of ATMEL-AVR-Microprocessors](http://www.avr-asm-download.de/beginner_en.pdf) - Gerhard Schmidt (PDF) * [Easy 6502](http://skilldrick.github.io/easy6502/) - Nick Morgan * [Machine Code for Beginners [Z80 and 6502 CPUs]](https://usborne.com/browse-books/features/computer-and-coding-books/) - Lisa Watts, Mike Wharton (PDF) *(scroll to bottom and click on book cover)* * [Machine Language for Beginners](https://archive.org/details/ataribooks-machine-language-for-beginners) - Richard Mansfield -* [Programmed Introduction to MIPS Assembly Language](http://chortle.ccsu.edu/AssemblyTutorial/index.html) +* [MIPS Assembly Language Programming Using QtSpim](http://www.egr.unlv.edu/~ed/MIPStextSMv11.pdf) - Ed Jorgensen (PDF) +* [Programmed Introduction to MIPS Assembly Language](http://chortle.ccsu.edu/AssemblyTutorial/index.html) * [The Second Book of Machine Language](http://www.atariarchives.org/2bml/)