<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://www.z88dk.org/wiki/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://www.z88dk.org/wiki/feed.php">
        <title>z88dk</title>
        <description></description>
        <link>http://www.z88dk.org/wiki/</link>
        <image rdf:resource="http://www.z88dk.org/wiki/lib/images/favicon.ico" />
       <dc:date>2010-07-31T17:18:30+01:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://www.z88dk.org/wiki/doku.php?id=platform:vz200&amp;rev=1280566397&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.z88dk.org/wiki/doku.php?id=library:input&amp;rev=1280166967&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.z88dk.org/wiki/doku.php?id=platform:zx&amp;rev=1279000816&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.z88dk.org/wiki/doku.php?id=platform:zx81&amp;rev=1278768459&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.z88dk.org/wiki/doku.php?id=start&amp;rev=1278767728&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.z88dk.org/wiki/doku.php?id=platform:sordm5&amp;rev=1278767490&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.z88dk.org/wiki/doku.php?id=library:xlib&amp;rev=1278659877&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.z88dk.org/wiki/doku.php?id=platform:sc3000&amp;rev=1278609410&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://www.z88dk.org/wiki/lib/images/favicon.ico">
        <title>z88dk</title>
        <link>http://www.z88dk.org/wiki/</link>
        <url>http://www.z88dk.org/wiki/lib/images/favicon.ico</url>
    </image>
    <item rdf:about="http://www.z88dk.org/wiki/doku.php?id=platform:vz200&amp;rev=1280566397&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-07-31T09:53:17+01:00</dc:date>
        <dc:creator>Stefano Bodrato</dc:creator>
        <title>platform:vz200</title>
        <link>http://www.z88dk.org/wiki/doku.php?id=platform:vz200&amp;rev=1280566397&amp;do=diff</link>
        <description>z88dk is able to compile programs for the “VZ 200 family”.
Such group of computers includes the Dick Smith VZ200 and VZ300 the Video Technology Laser 210 and Laser 310, the Texet TX 8000 and the Salora Fellow.

The graphics mode is automatically switched on by calling “clg” or printing CHR$ 12 or calling the vz_mode() function.</description>
    </item>
    <item rdf:about="http://www.z88dk.org/wiki/doku.php?id=library:input&amp;rev=1280166967&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-07-26T18:56:07+01:00</dc:date>
        <dc:creator>Dominic Morris</dc:creator>
        <title>library:input - old revision restored</title>
        <link>http://www.z88dk.org/wiki/doku.php?id=library:input&amp;rev=1280166967&amp;do=diff</link>
        <description>Header      {z88dk}/include/input.h             Source      {z88dk}/libsrc/input                              Include     #include &lt;input.h&gt;                                                                                               Linking     n/a                                                                                                              Compile     n/a                                                                                                              Supported   zx …</description>
    </item>
    <item rdf:about="http://www.z88dk.org/wiki/doku.php?id=platform:zx&amp;rev=1279000816&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-07-13T07:00:16+01:00</dc:date>
        <dc:creator>Stefano Bodrato</dc:creator>
        <title>platform:zx</title>
        <link>http://www.z88dk.org/wiki/doku.php?id=platform:zx&amp;rev=1279000816&amp;do=diff</link>
        <description>Introduction


The ZX Spectrum platform is very well supported in the Z88 Development Kit.
All the generic functions are covered (excepting the FAR memory model) and many platform specific libraries are available for both the standard 48K (or 16K) model and the various clones and peripherals.</description>
    </item>
    <item rdf:about="http://www.z88dk.org/wiki/doku.php?id=platform:zx81&amp;rev=1278768459&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-07-10T14:27:39+01:00</dc:date>
        <dc:creator>Stefano Bodrato</dc:creator>
        <title>platform:zx81</title>
        <link>http://www.z88dk.org/wiki/doku.php?id=platform:zx81&amp;rev=1278768459&amp;do=diff</link>
        <description>The Sinclair ZX81 is one of the smallest (in terms of power) platforms supported by the Z88DK.

Starting from z88dk v1.8 the actual port has been greatly improved.


zcc  +zx81 -startup=2 -lm -create-app program.c


The programs will work in FAST mode by default; to run your program in SLOW mode, the ”-startup=2” flag is required.  It will insert a new interrupt handler, protecting the registers needed by the z88dk programs while the screen is being refreshed.</description>
    </item>
    <item rdf:about="http://www.z88dk.org/wiki/doku.php?id=start&amp;rev=1278767728&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-07-10T14:15:28+01:00</dc:date>
        <dc:creator>Stefano Bodrato</dc:creator>
        <title>start</title>
        <link>http://www.z88dk.org/wiki/doku.php?id=start&amp;rev=1278767728&amp;do=diff</link>
        <description>[Array] z88dk is a z80 C cross compiler supplied with an assembler/linker and a set of libraries implementing the C standard library for a number of different z80 based machines. The name z88dk originates from the time when the project was founded and targetted only the Cambridge z88 portable.</description>
    </item>
    <item rdf:about="http://www.z88dk.org/wiki/doku.php?id=platform:sordm5&amp;rev=1278767490&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-07-10T14:11:30+01:00</dc:date>
        <dc:creator>Stefano Bodrato</dc:creator>
        <title>platform:sordm5</title>
        <link>http://www.z88dk.org/wiki/doku.php?id=platform:sordm5&amp;rev=1278767490&amp;do=diff</link>
        <description>The stdio library has been tested with the “Integer BASIC” cartridge extension.
zcc  +m5 -lm -create-app -Cz--audio program.c

This will create both a 'CAS' and a WAV file, for emulators or the real hardware.
To load and run the program use the SORD BASIC 'TAPE' command.</description>
    </item>
    <item rdf:about="http://www.z88dk.org/wiki/doku.php?id=library:xlib&amp;rev=1278659877&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-07-09T08:17:57+01:00</dc:date>
        <dc:creator>Stefano Bodrato</dc:creator>
        <title>library:xlib - old revision restored</title>
        <link>http://www.z88dk.org/wiki/doku.php?id=library:xlib&amp;rev=1278659877&amp;do=diff</link>
        <description>Header      {z88dk}/include/X11/*.h     Source      {z88dk}/libsrc/graphics/x11                Include     #include &lt;X11/Xlib.h&gt;         Linking     -lx11                         Compile     n/a                           Comments                                 
Starting from version 1.8 of z88dk we are providing an experimental library to emulate some basic behaviour fo the Xlib functions.
It isn't based on the network layer as the original library, and it implements only a tiny subset of the o…</description>
    </item>
    <item rdf:about="http://www.z88dk.org/wiki/doku.php?id=platform:sc3000&amp;rev=1278609410&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-07-08T18:16:50+01:00</dc:date>
        <dc:creator>Stefano Bodrato</dc:creator>
        <title>platform:sc3000</title>
        <link>http://www.z88dk.org/wiki/doku.php?id=platform:sc3000&amp;rev=1278609410&amp;do=diff</link>
        <description>zcc +sc3000 -create-app -Cz--audio -oadventure adv_a.c
The binary converter (appmake) will create a file named “adventure.wav” (along with a totally usupported 'TAP' file).
Such file can be used on an emulator or loaded on the real hardware.
Optionally the loading speed can be tweaked with the '-Cz--fast' parameter (you use it at your own risk !).</description>
    </item>
</rdf:RDF>
