ref: 542b9640930da321fa75bc470c03274bd274fb21
parent: ec546b3b4f12a3ca11ac08d452d5ee38e16f2db1
author: Roberto E. Vargas Caballero <[email protected]>
date: Wed Oct 9 18:34:55 EDT 2013
Small fixes in README file.
--- a/README
+++ b/README
@@ -6,7 +6,7 @@
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 @@
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.