diff --git a/LINKS.md b/LINKS.md index 3aad8d3..2201a15 100644 --- a/LINKS.md +++ b/LINKS.md @@ -27,7 +27,8 @@ IO * [IO port programming](http://www.tldp.org/HOWTO/text/IO-Port-Programming) -GCC +GCC and GAS ------------------------ * [GCC type attributes](https://gcc.gnu.org/onlinedocs/gcc/Type-Attributes.html) +* [Assembler Directives](http://www.chemie.fu-berlin.de/chemnet/use/info/gas/gas_toc.html#TOC65) diff --git a/contributors.md b/contributors.md index 89c2699..e329d74 100644 --- a/contributors.md +++ b/contributors.md @@ -20,3 +20,5 @@ Thank you to all contributors: * [Haddayn](https://github.com/Haddayn) * [Daniel Campoverde Carrión](https://github.com/alx741) * [Guillaume Gomez](https://github.com/GuillaumeGomez) +* [Leandro Moreira](https://github.com/leandromoreira) +* [Jonatan Pålsson](https://github.com/jonte)