From 674caa0cecb3c1f27620d6fa0ef805405be4534b Mon Sep 17 00:00:00 2001 From: Felipe Bueno Date: Wed, 9 Apr 2014 11:23:21 -0300 Subject: [PATCH] Added TONC GBA Programming for the Game Boy Advance. It is C + Assembly so I'm not sure where to put it. --- free-programming-books.md | 1 + 1 file changed, 1 insertion(+) diff --git a/free-programming-books.md b/free-programming-books.md index 0fa87b7e..b6830d58 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -644,6 +644,7 @@ * [C Programming - Wikibooks](http://en.wikibooks.org/wiki/Programming:C) * [Deep C](http://www.slideshare.net/olvemaudal/deep-c) * [Essential C](http://cslibrary.stanford.edu/101/EssentialC.pdf) (PDF) +* [TONC GBA Programming - Game Boy Advance Development](http://www.coranac.com/tonc/text/toc.htm) * [Learn C the hard way](http://c.learncodethehardway.org/book/) * [Object Oriented Programming in C](http://www.planetpdf.com/codecuts/pdfs/ooc.pdf) (PDF) * [The C book](http://publications.gbdirect.co.uk/c_book/)