<?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>2012-03-09T21:20:29+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://www.z88dk.org/wiki/doku.php?id=platform:osca&amp;rev=1331196736&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.z88dk.org/wiki/doku.php?id=start&amp;rev=1326133784&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.z88dk.org/wiki/doku.php?id=platform:zx81&amp;rev=1322901396&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.z88dk.org/wiki/doku.php?id=library:zx81&amp;rev=1320746165&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.z88dk.org/wiki/doku.php?id=platform:sharpmz&amp;rev=1318228421&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:osca&amp;rev=1331196736&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2012-03-08T08:52:16+00:00</dc:date>
        <dc:creator>Stefano Bodrato</dc:creator>
        <title>platform:osca</title>
        <link>http://www.z88dk.org/wiki/doku.php?id=platform:osca&amp;rev=1331196736&amp;do=diff</link>
        <description>Building applications

Command Line
zcc  +osca -lm -lndos program.c
-- or --
zcc  +osca -lm -lflosdos program.c

The resulting 'a.bin' program can then be renamed to 'application.exe'.
Optionally the code can be relocated as specified in the more recent FLOS version by using the '-zorg' parameter.</description>
    </item>
    <item rdf:about="http://www.z88dk.org/wiki/doku.php?id=start&amp;rev=1326133784&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2012-01-09T18:29:44+00:00</dc:date>
        <dc:creator>Stefano Bodrato</dc:creator>
        <title>start</title>
        <link>http://www.z88dk.org/wiki/doku.php?id=start&amp;rev=1326133784&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:zx81&amp;rev=1322901396&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-12-03T08:36:36+00: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=1322901396&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=library:zx81&amp;rev=1320746165&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-11-08T09:56:05+00:00</dc:date>
        <dc:creator>Stefano Bodrato</dc:creator>
        <title>library:zx81</title>
        <link>http://www.z88dk.org/wiki/doku.php?id=library:zx81&amp;rev=1320746165&amp;do=diff</link>
        <description>Header      {z88dk}/include/zx81.h                 Source      {z88dk}/libsrc/zx81                                  Include     #include &lt;zx81.h&gt;                                                                                                 Linking     n/a                                                                                                             Compile     n/a                                                                                                              Supported…</description>
    </item>
    <item rdf:about="http://www.z88dk.org/wiki/doku.php?id=platform:sharpmz&amp;rev=1318228421&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-10-10T06:33:41+00:00</dc:date>
        <dc:creator>Stefano Bodrato</dc:creator>
        <title>platform:sharpmz</title>
        <link>http://www.z88dk.org/wiki/doku.php?id=platform:sharpmz&amp;rev=1318228421&amp;do=diff</link>
        <description>zcc +mz -lm -o adventure -create-app adv_a.c
-or-
zcc +mzansi -lm -o adventure -create-app adv_a.c
This command will build a .M12 tape image (also known as MZF).

It is possible to choose a full VT/ANSI emulation or a tiny console support.


This group of systems features a different way to access to the I/O devices (the 'mzansi' library will not work) and needs to load an initial program (the IPL ROM normally 'boots' the MONITOR and the BASIC interpreter from tape).  The tape transfer speed dif…</description>
    </item>
</rdf:RDF>

