From 43b0d132ef7c7f8127c092c5559a042863ffef6d Mon Sep 17 00:00:00 2001 From: John Date: Sun, 13 Oct 2013 19:00:12 -0300 Subject: [PATCH 1/2] Professional Assembly Language book --- free-programming-books.md | 1 + 1 file changed, 1 insertion(+) diff --git a/free-programming-books.md b/free-programming-books.md index 5f0e469ef..bb8a8657f 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -239,6 +239,7 @@ ###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) * [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/) From eb761126f5e52040a54761aa7e9a3d29992c69e1 Mon Sep 17 00:00:00 2001 From: John Date: Sun, 13 Oct 2013 19:09:38 -0300 Subject: [PATCH 2/2] racket guide --- free-programming-books.md | 1 + 1 file changed, 1 insertion(+) diff --git a/free-programming-books.md b/free-programming-books.md index bb8a8657f..cce957b2f 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -641,6 +641,7 @@ ###Racket * [Programming Languages: Application and Interpretation](http://cs.brown.edu/courses/cs173/2012/book/index.html) +* [The Racket Guide](http://docs.racket-lang.org/guide/index.html) ###Ruby