From e18ef7d99a66bc9a06f2b76a18ea5aebc7334309 Mon Sep 17 00:00:00 2001 From: Victor Gabriel <56267233+vector-b@users.noreply.github.com> Date: Fri, 29 Oct 2021 00:36:54 -0300 Subject: [PATCH] Added new Assembly Book (#6464) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Added new assembly book * Update PDF indication * Updated titles, links and notes Co-authored-by: David Ordás <3125580+davorpa@users.noreply.github.com> * Update books/free-programming-books-pt_BR.md Co-authored-by: David Ordás <3125580+davorpa@users.noreply.github.com> * removed white space * Removed package and note Co-authored-by: Eric Hellman Co-authored-by: Victor Co-authored-by: David Ordás <3125580+davorpa@users.noreply.github.com> Co-authored-by: Eric Hellman --- books/free-programming-books-pt_BR.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/books/free-programming-books-pt_BR.md b/books/free-programming-books-pt_BR.md index 6b177c60..2c1b9c14 100644 --- a/books/free-programming-books-pt_BR.md +++ b/books/free-programming-books-pt_BR.md @@ -1,4 +1,4 @@ -### Índice +### Índice * [Agnósticos](#agnósticos) * [IDE / Editores](#ide--editores) @@ -85,6 +85,7 @@ ### Assembly * [Assembly x86](https://mentebinaria.gitbook.io/assembly-x86/) - Luis Felipe, Mente Binária (gitbook) +* [Execução de Programas: Como funcionam carregadores, ligadores e interpretadores](https://www.inf.ufpr.br/bmuller/assets/docs/livroSB.pdf) - Bruno Müller Junior (PDF) ### C