From 4033da4a84f0a955c455450fb73c5ab3e4cdad8a Mon Sep 17 00:00:00 2001 From: Anas Basheer <55910194+an4s911@users.noreply.github.com> Date: Mon, 6 Dec 2021 18:55:01 +0300 Subject: [PATCH] Added C internals by Rajeev Kumar (#6637) C internals explains the translation of C code into Assembler code. --- books/free-programming-books-langs.md | 1 + 1 file changed, 1 insertion(+) diff --git a/books/free-programming-books-langs.md b/books/free-programming-books-langs.md index b5dc7f297..300b7ef1d 100644 --- a/books/free-programming-books-langs.md +++ b/books/free-programming-books-langs.md @@ -428,6 +428,7 @@ That section got so big, we decided to split it into its own file, the [BY SUBJE * [Build Your Own Lisp](http://www.buildyourownlisp.com) - Daniel Holden * [C Elements of Style](http://www.oualline.com/books.free/style/) - Steve Oualline * [C for Python Programmers](http://www.cburch.com/books/cpy/) - Carl Burch +* [C Internals](https://www.avabodh.com/cin/cin.html) - Rajeev Kumar (HTML) * [C Notes for Professionals](https://goalkicker.com/CBook) - Compiled from StackOverflow Documentation (PDF) * [C Programming](https://en.wikibooks.org/wiki/Programming%3AC) - Wikibooks * [C Programming Boot Camp - Paul Gribble](https://gribblelab.org/teaching/CBootCamp/)