Added note on re-targeting.
authormichaelh <michaelh@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Sun, 23 Jan 2000 19:26:08 +0000 (19:26 +0000)
committermichaelh <michaelh@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Sun, 23 Jan 2000 19:26:08 +0000 (19:26 +0000)
git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@25 4a8a32a2-be11-0410-ad9d-d568d2c75423

README

diff --git a/README b/README
index cffec56f1924b8965d9e5323ee80b2715dce5a1c..0469134a776f55990e15bccd021cfd0f17aea9a5 100644 (file)
--- a/README
+++ b/README
@@ -12,6 +12,14 @@ The Z80 port was started by Michael Hope <michaelh@earthling.net>
 Some of the Z80 related files are borrowed from the Gameboy
 Development Kit (GBDK) originally by Pascal Felber.
 
+Notes:
+------
+000123 mlh: You can set the processor type at run time.  Try:
+sdcc -mz80 blah.c
+sdcc -mmcs51 blah.c
+
+The default is the mcs51.
+
 Roadmap:
 --------
 README         - This file