summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLunar Journal <root@spacehen.io>2023-09-18 10:33:28 +0200
committerGitHub <noreply@github.com>2023-09-18 10:33:28 +0200
commitc456e4e710ceeffed42833560784737fabd9513a (patch)
treebdd9116c3b2d2d6cb5aa0c59b334a9961daff7fe /README.md
parenta3655fbccb17dbada53201bbcb22d641f7e5610b (diff)
downloadcdl86-c456e4e710ceeffed42833560784737fabd9513a.tar.gz
cdl86-c456e4e710ceeffed42833560784737fabd9513a.zip
cdl86: readme: add link to tcc
Add link to tcc compiler.
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 6a5aecc..7dcb5b5 100644
--- a/README.md
+++ b/README.md
@@ -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.