From 87727c833c3755bc39dddc92879225c75a3e2789 Mon Sep 17 00:00:00 2001 From: "Christopher E. Stith" Date: Sat, 4 Mar 2017 08:01:51 -0600 Subject: [PATCH] fix category for "Second Book of Machine Language" (#2286) Compute!'s "Second Book of Machine Language" by Richard Mansfield covers the MOS 6502 for Commodore, Apple, and Atari 8-bit systems. This moves it from the "Assembly Language" main section to the "Assembly Language Non-x86" subsection. --- free-programming-books.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/free-programming-books.md b/free-programming-books.md index 56775016..41395ee0 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -751,7 +751,6 @@ * [Ralf Brown's Interrupt List](http://www.ctyme.com/rbrown.htm) * [Software optimization resources](http://www.agner.org/optimize/) A. Fog * [The Art of Assembly Language Programming](https://courses.engr.illinois.edu/ece390/books/artofasm/artofasm.html) -* [The Second Book Of Machine Language](http://www.atariarchives.org/2bml/) * [Wizard Code](http://vendu.twodots.nl/wizardcode.html) * [x86 Assembly](https://en.wikibooks.org/wiki/X86_Assembly) @@ -762,6 +761,7 @@ * [Machine Code for Beginners [Z80 and 6502 CPUs]](https://usborne.com/browse-books/features/computer-and-coding-books/) - Lisa Watts and Mike Wharton (PDF) *(Scroll to bottom and click on book cover)* * [Machine Language for Beginners](https://archive.org/details/ataribooks-machine-language-for-beginners) - Richard Mansfield [6502 CPU] * [Programmed Introduction to MIPS Assembly Language](http://chortle.ccsu.edu/AssemblyTutorial/index.html) +* [The Second Book of Machine Language](http://www.atariarchives.org/2bml/) ### AutoHotkey