scc

simple c99 compiler
git clone git://git.simple-cc.org/scc
Log | Files | Refs | Submodules | README | LICENSE

commit 542b9640930da321fa75bc470c03274bd274fb21
parent ec546b3b4f12a3ca11ac08d452d5ee38e16f2db1
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date:   Wed,  9 Oct 2013 22:34:55 +0200

Small fixes in README file.

Diffstat:
MREADME | 5++---
1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/README b/README @@ -6,7 +6,7 @@ of optimizations for the programmer. After a lot of years seeing compilers for z80 I notice that it is very hard for a C compiler generates a good code for a 8 bit processor like z80, with a expensive indirect addressing mode, so the best solution -is don't try that compiler optimize the code and use C as a macro +is to not try that compiler optimize the code and use C as a macro macro assembler. In order to get this last, we need a compiler that does exactly the @@ -19,4 +19,4 @@ big bullshit or you need it for recursion (static variables are your friends). This is the reason why I begin to develop this compiler, and I hope -it will be useful for you. -\ No newline at end of file +it will be useful for you.