From 59fb5e2735e002d67fa43d1872e4952dc038e439 Mon Sep 17 00:00:00 2001 From: Mixolydia97 Date: Sun, 15 Jan 2017 16:42:11 -0500 Subject: [PATCH] Fixed link for Machine Code for Beginners (#2236) Original linked to a page whose download links were all broken. Linked instead to publisher's website, where the book can be downloaded for free. --- free-programming-books.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/free-programming-books.md b/free-programming-books.md index d71ef1df..b8aab2ac 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -753,7 +753,7 @@ #### Non-X86 * [Easy 6502](http://skilldrick.github.io/easy6502/) - Nick Morgan -* [Machine Code for Beginners [Z80 and 6502 CPUs]](http://www.worldofspectrum.org/infoseekid.cgi?id=2000227) - Lisa Watts and Mike Wharton (PDF) +* [Machine Code for Beginners [Z80 and 6502 CPUs]](https://usborne.com/browse-books/features/computer-and-coding-books/) - Lisa Watts and 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 [6502 CPU] * [Programmed Introduction to MIPS Assembly Language](http://chortle.ccsu.edu/AssemblyTutorial/index.html)