Skip to content

Commit 4bc1478

Browse files
authored
Update H_Useful_Resources.md
Replacing inline assembly broken link in useful resources appendix..
1 parent 30ea1fe commit 4bc1478

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

99_Appendices/H_Useful_Resources.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ This appendix is a collection of links we found useful developing our own kernel
8383

8484
## C Language Infos
8585

86-
* [IBM inline assembly guide](https://www.ibm.com/docs/en/xl-c-and-cpp-linux/13.1.4?topic=compatibility-inline-assembly-statements) This is not gcc related, but the syntax is identical, and it contains useful and concise info on the constraintsa
86+
* [GCC Inline assembly manual](https://gcc.gnu.org/onlinedocs/gcc/Using-Assembly-Language-with-C.html)
8787
* [Fedora Inline assembly list of constraints](https://dmalcolm.fedorapeople.org/gcc/2015-08-31/rst-experiment/how-to-use-inline-assembly-language-in-c-code.html#simple-constraints)
8888

8989
## Nasm

0 commit comments

Comments
 (0)