gbdk-releases/sdcc/src/README
2015-01-10 16:25:06 +01:00

9 lines
248 B
Plaintext

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).