From cb9502e460f7cf354596638c3405a4e83dc79444 Mon Sep 17 00:00:00 2001 From: abakosh <36272850+abakosh@users.noreply.github.com> Date: Fri, 7 Feb 2025 16:31:04 +0100 Subject: [PATCH] Update Inline Assembly Language resource in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e28e84c..92f7365 100644 --- a/README.md +++ b/README.md @@ -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