From f17d48f96b1d331629939ef718b05f3f9219c198 Mon Sep 17 00:00:00 2001 From: michaelh Date: Sun, 23 Jan 2000 19:26:08 +0000 Subject: [PATCH] Added note on re-targeting. git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@25 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- README | 8 ++++++++ 1 file changed, 8 insertions(+) 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 -- 2.47.2