diff options
author | Juan J. Martinez <jjm@usebox.net> | 2022-04-27 21:21:09 +0100 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2022-04-27 21:21:09 +0100 |
commit | f652cf05b08db8d2fdae2897775561c1b8b1112d (patch) | |
tree | d05ff820d40bc5acb5596043b66b041726b654e4 /README.md | |
parent | a6744b0f8d8a0372021df87a7dc81d158d79afc6 (diff) | |
download | ubox-msx-lib-f652cf05b08db8d2fdae2897775561c1b8b1112d.tar.gz ubox-msx-lib-f652cf05b08db8d2fdae2897775561c1b8b1112d.zip |
Tested SDCC 4.2.0
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -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: |