Compare commits

...

2 Commits

Author SHA1 Message Date
eric
efe5cd9ebd changed the team nam instead 2025-09-25 13:56:53 -04:00
M4ximumPizza
899638d03f
Fix typo in assembly programming (#11979) 2025-09-25 13:49:41 -04:00
2 changed files with 2 additions and 2 deletions

View File

@ -32,6 +32,6 @@ updates:
separator: "/"
# Add the arrays of assignees and reviewers
assignees:
- "EbookFoundation/Maintainers"
- "EbookFoundation/maintainers"
reviewers:
- "EbookFoundation/reviewers"

View File

@ -332,7 +332,7 @@ Books on general-purpose programming that don't focus on a specific language are
### Assembly Language
* [A fundamental introduction to x86 assembly prorgamming](https://www.nayuki.io/page/a-fundamental-introduction-to-x86-assembly-programming) - Project Nayuki (HTML)
* [A fundamental introduction to x86 assembly programming](https://www.nayuki.io/page/a-fundamental-introduction-to-x86-assembly-programming) - Project Nayuki (HTML)
* [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)