Explorar o código

Merge pull request #97 from matematikaadit/patch-1

Add "The Art of Assembly Language Programming" book.
vhf / victor felder %!s(int64=12) %!d(string=hai) anos
pai
achega
f4bfe1105c
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      free-programming-books.md

+ 2 - 1
free-programming-books.md

@@ -249,9 +249,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