diff --git a/README.md b/README.md index b4bf09ed20a6cadcf7a476634e87f4b785044699..3437b96a8585c2ab6b79554c6823decb6d0c56aa 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,10 @@ Every test has it's own `Makefile` so please check that before you try running it. +> [!IMPORTANT] +> Some of the examples are specific to certain operating systems and +> they will not work everywhere. Take this into account. + | Example | Compiler | What does it do? | |----------------------------------|------------|----------------------------------------------------------------| | [c-asm](./c-asm) | clang-17 | Calls a function written in ASM from C code. |