From: michaelh Date: Sun, 23 Jan 2000 19:26:08 +0000 (+0000) Subject: Added note on re-targeting. X-Git-Url: https://git.gag.com/?p=fw%2Fsdcc;a=commitdiff_plain;h=f17d48f96b1d331629939ef718b05f3f9219c198 Added note on re-targeting. git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@25 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- diff --git a/README b/README index cffec56f..0469134a 100644 --- a/README +++ b/README @@ -12,6 +12,14 @@ The Z80 port was started by Michael Hope 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