Merge pull request #44 from abakosh/update_link

Update  Inline Assembly Language  resource in README.md
This commit is contained in:
Meysam Parvizi
2025-02-17 09:00:58 +01:00
committed by GitHub
+1 -1
View File
@@ -432,7 +432,7 @@ Low-level languages like C and assembly provide direct hardware access, enabling
- [📝👶 Introduction to ARM Assembly Basics](https://azeria-labs.com/writing-arm-assembly-part-1/)
- [🎞️ Udemy ARM GNU Assembly Programming From Ground Up](https://www.udemy.com/course/arm-gnu-assembly-programming-from-ground-uptm/)
- [🎞️ Assembly Language Programming with ARM Full Tutorial for Beginners](https://www.youtube.com/watch?v=gfmRrPjnEw4)
- [📝 How to Use Inline Assembly Language in C Code](https://gcc.gnu.org/onlinedocs/gcc/extensions-to-the-c-language-family/how-to-use-inline-assembly-language-in-c-code.html)
- [📝 How to Use Inline Assembly Language in C Code](https://gcc.gnu.org/onlinedocs/gcc/Using-Assembly-Language-with-C.html)
#### 🔵 Python