mirror of
https://github.com/EbookFoundation/free-programming-books.git
synced 2025-01-22 02:18:51 +00:00
added Machine Code for Beginners
This commit is contained in:
parent
9452f0b3ad
commit
2b75c95e6a
@ -1,10 +1,15 @@
|
|||||||
###Index
|
###Index
|
||||||
|
* [Assembly Language](#assembly-language)
|
||||||
* [Metalistas](#metalistas)
|
* [Metalistas](#metalistas)
|
||||||
* [Ensamblador](#ensamblador)
|
* [Ensamblador](#ensamblador)
|
||||||
* [Git](#git)
|
* [Git](#git)
|
||||||
* [Python](#python)
|
* [Python](#python)
|
||||||
* [Haskell](#haskell)
|
* [Haskell](#haskell)
|
||||||
|
|
||||||
|
|
||||||
|
###Assembly Language
|
||||||
|
* [Machine Code for Beginners](http://www.worldofspectrum.org/infoseekid.cgi?id=2000227) (PDF) by Lisa Watts and Mike Wharton
|
||||||
|
|
||||||
###Metalistas
|
###Metalistas
|
||||||
|
|
||||||
* [¡Quiero Aprender Python! - Python Argentina](http://python.org.ar/AprendiendoPython)
|
* [¡Quiero Aprender Python! - Python Argentina](http://python.org.ar/AprendiendoPython)
|
||||||
|
@ -361,6 +361,9 @@
|
|||||||
* [x86 Assembly](http://en.wikibooks.org/wiki/X86_Assembly)
|
* [x86 Assembly](http://en.wikibooks.org/wiki/X86_Assembly)
|
||||||
* [Ralf Brown's Interrupt List](http://www.ctyme.com/rbrown.htm)
|
* [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
|
||||||
|
|
||||||
|
|
||||||
###Bash
|
###Bash
|
||||||
* [Advanced Bash-Scripting Guide](http://tldp.org/LDP/abs/html/)
|
* [Advanced Bash-Scripting Guide](http://tldp.org/LDP/abs/html/)
|
||||||
|
Loading…
Reference in New Issue
Block a user