mirror of
https://github.com/namibia/free-programming-books.git
synced 2024-11-22 11:35:10 +00:00
Added "PC Assembly Language" (EN, FR, IT, ES, DE, KO)
This commit is contained in:
parent
03aa0d65e8
commit
9c98cdaa60
@ -2,6 +2,7 @@
|
||||
* [Unabhängig von der Programmiersprache](#unabh%C3%A4ngig-von-der-programmiersprache)
|
||||
* [Action Script](#action-script)
|
||||
* [Android](#android)
|
||||
* [Assembly Language](#assembly-language)
|
||||
* [C](#c)
|
||||
* [C++](#c-1)
|
||||
* [C#](#c-sharp)
|
||||
@ -35,6 +36,11 @@
|
||||
|
||||
* [Grundlagen und Programmierung](http://www.dpunkt.de/ebooks_files/free/3436.pdf)
|
||||
|
||||
###Assembly Language
|
||||
|
||||
* [PC Assembly Language](http://drpaulcarter.com/pcasm/) - Paul A. Carter
|
||||
|
||||
|
||||
###C
|
||||
|
||||
* [C von A bis Z](http://openbook.galileocomputing.de/c_von_a_bis_z/)
|
||||
|
@ -8,6 +8,7 @@
|
||||
* [Metodologías de desarrollo de software](#metodolog%C3%ADas-de-desarrollo-de-software)
|
||||
* [Misceláneos](#miscelaneos)
|
||||
* [Android](#android)
|
||||
* [Assembly Language](#assembly-language)
|
||||
* [CSS](#CSS)
|
||||
* [C++](#c-1)
|
||||
* [Emacs](#emacs)
|
||||
|
@ -76,6 +76,11 @@
|
||||
|
||||
* [Compilation. Théorie des langages](http://www.lisyc.univ-brest.fr/pages_perso/leparc/Etud/Master/Compil/Doc/CoursCompilation.pdf) par Université de Bretagne Occidentale
|
||||
|
||||
###Assembleur
|
||||
|
||||
* [PC Assembly Language](http://drpaulcarter.com/pcasm/) - Paul A. Carter
|
||||
|
||||
|
||||
###Bash / Shell
|
||||
* [Guide avancé d'écriture des scripts Bash](http://abs.traduc.org/abs-fr/)
|
||||
|
||||
|
@ -2,6 +2,7 @@
|
||||
* [Agnostico](#agnostico)
|
||||
* [Metodologie di sviluppo del software](#metodologie-di-sviluppo-del-software)
|
||||
* [Android](#android)
|
||||
* [Assembly Language](#assembly-language)
|
||||
* [BASH](#bash)
|
||||
* [C](#c)
|
||||
* [C#](#c-sharp)
|
||||
@ -29,6 +30,11 @@
|
||||
* [Guida programmazione Android 4.2](http://www.sprik.it/guida/Android4_2.pdf)
|
||||
|
||||
|
||||
###Assembly Language
|
||||
|
||||
* [PC Assembly Language](http://drpaulcarter.com/pcasm/) - Paul A. Carter
|
||||
|
||||
|
||||
###BASH
|
||||
|
||||
* [Guida avanzata per la bash](http://www.dmi.unict.it/diraimondo/web/wp-content/uploads/classes/so/mirror-stuff/abs-guide.pdf)
|
||||
|
@ -1,10 +1,17 @@
|
||||
###Index
|
||||
|
||||
* [Assembly Language](#assembly-language)
|
||||
* [GIT](#git)
|
||||
* [HTML5](#html5)
|
||||
* [JavaScript](#javascript)
|
||||
* [Node.js](#nodejs)
|
||||
* [LaTeX](#latex)
|
||||
|
||||
###Assembly Language
|
||||
|
||||
* [PC Assembly Language](http://drpaulcarter.com/pcasm/) - Paul A. Carter
|
||||
|
||||
|
||||
###GIT
|
||||
* [Pro Git 한글 번역](http://git-scm.com/book/ko/)
|
||||
* [GitHub Flavored Markdown](https://help.github.com/articles/github-flavored-markdown)
|
||||
|
@ -491,6 +491,7 @@
|
||||
|
||||
###Assembly Language
|
||||
* [Paul Carter's Tutorial on x86 Assembly](http://drpaulcarter.com/pcasm/)
|
||||
* [PC Assembly Language](http://drpaulcarter.com/pcasm/) - Paul A. Carter
|
||||
* [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/)
|
||||
|
Loading…
Reference in New Issue
Block a user