aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index b4bf09e..3437b96 100644
--- a/README.md
+++ b/README.md
@@ -10,6 +10,10 @@ reference them later if I need to.
10Every test has it's own `Makefile` so please check that before you try 10Every test has it's own `Makefile` so please check that before you try
11running it. 11running it.
12 12
13> [!IMPORTANT]
14> Some of the examples are specific to certain operating systems and
15> they will not work everywhere. Take this into account.
16
13| Example | Compiler | What does it do? | 17| Example | Compiler | What does it do? |
14|----------------------------------|------------|----------------------------------------------------------------| 18|----------------------------------|------------|----------------------------------------------------------------|
15| [c-asm](./c-asm) | clang-17 | Calls a function written in ASM from C code. | 19| [c-asm](./c-asm) | clang-17 | Calls a function written in ASM from C code. |