From 516e7d1e8c26cf4e086f32b9912fb1fc81326aa1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Ord=C3=A1s?= <3125580+davorpa@users.noreply.github.com> Date: Wed, 20 Oct 2021 15:32:22 +0200 Subject: [PATCH] chore(books): recover syncfusion succinctly assembly (#6255) * Revert "Removed dead links to assembly section (#6253)" This reverts commit 72c86a92c6e569c8f5753e206a2f43dfab182d73. * fix(books): change link to new url Assembly Language Succinctly by Christopher Rose Foreword by Daniel Jebaraj 2013. Syncfusion Inc. | Technology Resource Portal From: https://www.syncfusion.com/resources/techportal/details/ebooks/assemblylanguage To: https://www.syncfusion.com/succinctly-free-ebooks/assemblylanguage * chore(books): Remove multiformat Removes multiformat links as suggested in review. Not needed if main link page contains the others --- books/free-programming-books-langs.md | 1 + 1 file changed, 1 insertion(+) diff --git a/books/free-programming-books-langs.md b/books/free-programming-books-langs.md index f4428caf..ac1a69a5 100644 --- a/books/free-programming-books-langs.md +++ b/books/free-programming-books-langs.md @@ -320,6 +320,7 @@ That section got so big, we decided to split it into its own file, the [BY SUBJE * [ARM Assembly Language Programming](http://www.rigwit.co.uk/ARMBook/ARMBook.pdf) - Peter Knaggs (PDF) (:construction: *in process*) * [Assemblers And Loaders (1993)](http://www.davidsalomon.name/assem.advertis/asl.pdf) - David Salomon (PDF) +* [Assembly Language Succinctly](https://www.syncfusion.com/succinctly-free-ebooks/assemblylanguage) - Christopher Rose, Syncfusion Inc. (HTML, PDF, EPUB, Kindle) * [PC Assembly Language](http://pacman128.github.io/pcasm/) - P. A. Carter * [Professional Assembly Language](https://web.archive.org/web/20170329045538/http://blog.hit.edu.cn:80/jsx/upload/AT%EF%BC%86TAssemblyLanguage.pdf) (PDF) * [Programming from the Ground Up](https://download-mirror.savannah.gnu.org/releases/pgubook/ProgrammingGroundUp-1-0-booksize.pdf) - Jonathan Bartlett (PDF) -- GitLab