* src/z80/peep.c: fixed bug #2648964: --i-code-in-asm crashes sdcc
[fw/sdcc] / src / README
1 sdcc/src
2 --------
3
4 C compiler source.
5
6 Everything shared is in this directory.  Port specific files like the
7 code generator (gen.c), register allocator (ralloc.c) and support
8 functions are in the appropriate port directory (ie mcs51 for the 8051).