Fix "Programming from the Ground Up" (Assembly Language) broken link (#3456)

This commit is contained in:
Dhruvil Dave 2019-11-29 20:40:59 +05:30 committed by Eric Hellman
parent a830c82e5a
commit d380dbb8d8
1 changed files with 2 additions and 2 deletions

View File

@ -40,7 +40,7 @@
* [Elixir](#elixir)
* [Ecto](#ecto)
* [Phoenix](#phoenix)
* [Elm](#elm)
* [Elm](#elm)
* [Emacs](#emacs)
* [Embedded Systems](#embedded-systems)
* [Erlang](#erlang)
@ -862,7 +862,7 @@ Kerridge (PDF) (email address *requested*, not required)
* [Assembly Language Succinctly](https://www.syncfusion.com/resources/techportal/details/ebooks/assemblylanguage) (PDF)
* [PC Assembly Language](http://drpaulcarter.com/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](http://mirror.unicorncloud.org/savannah-nongnu//pgubook/ProgrammingGroundUp-1-0-booksize.pdf) (PDF)
* [Programming from the Ground Up](https://download-mirror.savannah.gnu.org/releases/pgubook/ProgrammingGroundUp-1-0-booksize.pdf) - Jonathan Bartlett (PDF)
* [Ralf Brown's Interrupt List](http://www.ctyme.com/rbrown.htm)
* [Software optimization resources](http://www.agner.org/optimize/) - A. Fog
* [Wizard Code](http://vendu.twodots.nl/wizardcode.html)