From 83276ddf6078464d0a8f89ee08f9f7b78b4b7c5a Mon Sep 17 00:00:00 2001
From: Adit Cahya Ramadhan <matematika.adit@gmail.com>
Date: Mon, 14 Oct 2013 17:40:14 +0700
Subject: [PATCH] Add "The Art of Assembly Language Programming" book.

Adding "The Art of Assembly Language Programming" by Randall Hyde
---
 free-programming-books.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/free-programming-books.md b/free-programming-books.md
index d7f4b2714..227be50c4 100644
--- a/free-programming-books.md
+++ b/free-programming-books.md
@@ -248,9 +248,10 @@
 ###Assembly Language
 
 * [Paul Carter's Tutorial on x86 Assembly](http://drpaulcarter.com/pcasm/)
-* [Professional Assembly Language](http://blog.hit.edu.cn/jsx/upload/AT%EF%BC%86TAssemblyLanguage.pdf)
+* [Professional Assembly Language](http://blog.hit.edu.cn/jsx/upload/AT%EF%BC%86TAssemblyLanguage.pdf) (PDF)
 * [Programming from the Ground Up](http://download.savannah.gnu.org/releases/pgubook/ProgrammingGroundUp-1-0-booksize.pdf) (PDF)
 * [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)
 
 
 ###Bash