Jelajahi Sumber

added Machine Code for Beginners

Matt Sephton 12 tahun lalu
induk
melakukan
2b75c95e6a
2 mengubah file dengan 8 tambahan dan 0 penghapusan
  1. 5 0
      free-programming-books-es.md
  2. 3 0
      free-programming-books.md

+ 5 - 0
free-programming-books-es.md

@@ -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)

+ 3 - 0
free-programming-books.md

@@ -361,6 +361,9 @@
 * [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
+
 
 ###Bash
 * [Advanced Bash-Scripting Guide](http://tldp.org/LDP/abs/html/)