summaryrefslogtreecommitdiff
path: root/src/README
diff options
context:
space:
mode:
Diffstat (limited to 'src/README')
-rw-r--r--src/README8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/README b/src/README
new file mode 100644
index 0000000..ac1f53d
--- /dev/null
+++ b/src/README
@@ -0,0 +1,8 @@
+sdcc/src
+--------
+
+C compiler source.
+
+Everything shared is in this directory. Port specific files like the
+code generator (gen.c), register allocator (ralloc.c) and support
+functions are in the appropriate port directory (ie mcs51 for the 8051).