From 1d8eb0b47a50393f3f5948c2719e5cc7c86faaac Mon Sep 17 00:00:00 2001 From: Adit Cahya Ramadhan Date: Sat, 15 Feb 2014 22:22:47 +0700 Subject: [PATCH] fix #714, The Art of Assembly Language Programming Access to previous link was forbidden. The new link now should works. --- 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 a5d61ae6..51f9a347 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -569,7 +569,7 @@ * [Programming from the Ground Up](http://download.savannah.gnu.org/releases/pgubook/ProgrammingGroundUp-1-0-booksize.pdf) (PDF) * [Ralf Brown's Interrupt List](http://www.ctyme.com/rbrown.htm) * [Software optimization resources by Agner Fog](http://www.agner.org/optimize/) -* [The Art of Assembly Language Programming](http://cs.smith.edu/~thiebaut/ArtOfAssembly/artofasm.html) +* [The Art of Assembly Language Programming](http://courses.engr.illinois.edu/ece390/books/artofasm/artofasm.html) * [The Second Book Of Machine Language](http://www.atariarchives.org/2bml/) * [Wizard Code](http://vendu.twodots.nl/wizardcode.html) * [x86 Assembly](http://en.wikibooks.org/wiki/X86_Assembly)