ska |
Member |
|
|
Joined: 14 Jan 2006 |
Posts: 9 |
|
|
|
 |
 |
 |
|
Hello!
I've revived Marc Nijweides RxSDK which uses SDCC as compiler, see
http://www.ipd.bth.se/ska/sim_home/rex_utils.html
https://mondragon.tek.bth.se/svn/main/world/ska/rex/trunk/rxsdk/
(the latter is the subversion archive for the source). I've only built it on Linux, and the build process depends on GNU Make, so building it in Windows probably requires Cygwin.
The advantage of RxSDK over Z88DK is that SDCC produces slightly more efficient code. The disadvantage is that not all parts of the REX API is available and that Z88DK produces somewhat smaller code. The latter can be offsetted by clever use of types, so in the end my Tafl game was only 21 bytes larger with RxSDK.
// Simon |
|