diff options
author | Lunar Journal <root@spacehen.io> | 2023-09-18 10:33:28 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-18 10:33:28 +0200 |
commit | c456e4e710ceeffed42833560784737fabd9513a (patch) | |
tree | bdd9116c3b2d2d6cb5aa0c59b334a9961daff7fe | |
parent | a3655fbccb17dbada53201bbcb22d641f7e5610b (diff) | |
download | cdl86-c456e4e710ceeffed42833560784737fabd9513a.tar.gz cdl86-c456e4e710ceeffed42833560784737fabd9513a.zip |
cdl86: readme: add link to tcc
Add link to tcc compiler.
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -80,6 +80,10 @@ The original function `add` has now been hooked! To dump debug info from the `cdl_jmp_patch` struct use `cdl_jmp_dbg`.
# Info
+
+The compiler used for this project is [tcc](https://github.com/lunarjournal/tcc).
+
+
`cdl.c` - C source file for CDL. <br>
`cdl.h` - CDL header file to include.
|