mirror of
https://github.com/EbookFoundation/free-programming-books.git
synced 2024-12-19 09:56:13 +00:00
Merge pull request #222 from gingerbeardman/master
Added two vintage, but still quite relevant Machine Code/Assembly books
This commit is contained in:
commit
598c03c6b1
@ -1,10 +1,15 @@
|
||||
###Index
|
||||
* [Assembly Language](#assembly-language)
|
||||
* [Metalistas](#metalistas)
|
||||
* [Ensamblador](#ensamblador)
|
||||
* [Git](#git)
|
||||
* [Python](#python)
|
||||
* [Haskell](#haskell)
|
||||
|
||||
|
||||
###Assembly Language
|
||||
* [Machine Code for Beginners](http://www.worldofspectrum.org/infoseekid.cgi?id=2000227) (PDF) by Lisa Watts and Mike Wharton
|
||||
|
||||
###Metalistas
|
||||
|
||||
* [¡Quiero Aprender Python! - Python Argentina](http://python.org.ar/AprendiendoPython)
|
||||
|
@ -361,6 +361,10 @@
|
||||
* [x86 Assembly](http://en.wikibooks.org/wiki/X86_Assembly)
|
||||
* [Ralf Brown's Interrupt List](http://www.ctyme.com/rbrown.htm)
|
||||
|
||||
####Non-X86
|
||||
* [Machine Code for Beginners](http://www.worldofspectrum.org/infoseekid.cgi?id=2000227) (PDF) by Lisa Watts and Mike Wharton
|
||||
* [Machine Language for Beginners](http://archive.org/details/ataribooks-machine-language-for-beginners) by Richard Mansfield
|
||||
|
||||
|
||||
###Bash
|
||||
* [Advanced Bash-Scripting Guide](http://tldp.org/LDP/abs/html/)
|
||||
|
Loading…
Reference in New Issue
Block a user