From f652cf05b08db8d2fdae2897775561c1b8b1112d Mon Sep 17 00:00:00 2001 From: "Juan J. Martinez" Date: Wed, 27 Apr 2022 21:21:09 +0100 Subject: Tested SDCC 4.2.0 --- README.md | 12 ++++++------ config.env | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 15e9863..5810485 100644 --- a/README.md +++ b/README.md @@ -22,12 +22,12 @@ deep knowledge of the system. The [SDCC](http://sdcc.sourceforge.net/) compiler is also needed. Check the following table for some hints on compatibility. -| Version | Compatible | Comments | -| --- | --- | --- | -| 3.9.0 | yes | - | -| 4.0.0 | yes | - | -| 4.1.0 | no | At least on Linux amd64 it generates broken Z80 code | -| sdcc-20211031-12748 | yes | Needs option in `config.env`, edit the file for details | +| Version | Compatible | Comments | +| --- | --- | --- | +| 3.9.0 | yes | - | +| 4.0.0 | yes | - | +| 4.1.0 | no | At least on Linux amd64 it generates broken Z80 code | +| 4.2.0 | yes | Needs option in `config.env`, edit the file for details | If you want to build the example you will also need: diff --git a/config.env b/config.env index d9b3bbd..3cdc92c 100644 --- a/config.env +++ b/config.env @@ -3,5 +3,5 @@ # Size of the resulting ROM ROM_MAX=0x8000 -# uncomment for sdcc-20211031-12748 or later +# uncomment for sdcc 4.2.0 or later #EXTRA_CFLAGS += --sdcccall 0 -- cgit v1.2.3