gbdk-releases/sdcc/src/README

9 lines
248 B
Plaintext
Raw Permalink Normal View History

2015-01-10 16:25:06 +01:00
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).