Added disclamer about OS specific code
| Author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2024-09-18 23:11:43 +0200 |
| Committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2024-09-18 23:11:43 +0200 |
| Commit | ecb9bd4ae35843fe73d7a4211414504db4f0f01e (patch) |
|
-rw-r--r-- |
README.md | 4 |
1 files changed, 4 insertions, 0 deletions
| diff --git a/README.md b/README.md | |||
| ... | |||
| 10 | Every test has it's own `Makefile` so please check that before you try |
10 | Every test has it's own `Makefile` so please check that before you try |
| 11 | running it. |
11 | running 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. | |
| ... | |||