Updated readme
| Author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2024-09-19 06:40:22 +0200 |
| Committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2024-09-19 06:40:22 +0200 |
| Commit | 03b412953637b7a6c5d7513993a28294c8afef29 (patch) |
|
-rw-r--r-- |
README.md | 2 |
1 files changed, 1 insertions, 1 deletions
| diff --git a/README.md b/README.md | |||
| ... | |||
| 16 | > also written in the most explicit way and lacks massively when it |
16 | > also written in the most explicit way and lacks massively when it |
| 17 | > comes to checking of errors etc. |
17 | > comes to checking of errors etc. |
| 18 | 18 | ||
| 19 | | Example | Compiler | What does it do? | |
19 | | | Compiler | What does it do? | |
| 20 | |----------------------------------------|------------|----------------------------------------------------------------| |
20 | |----------------------------------------|------------|----------------------------------------------------------------| |
| 21 | | [c-asm](./c-asm) | clang-17 | Calls a function written in ASM from C code. | |
21 | | [c-asm](./c-asm) | clang-17 | Calls a function written in ASM from C code. | |
| 22 | | [c-embed](./c-embed) | clang-17 | Embedding external resources in compiled binary. | |
22 | | [c-embed](./c-embed) | clang-17 | Embedding external resources in compiled binary. | |
| ... | |||