<?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>2013-06-13T01:34:37+01:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://www.z88dk.org/wiki/doku.php?id=examples:snippets:grep&amp;rev=1370521767&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.z88dk.org/wiki/doku.php?id=examples:snippets&amp;rev=1370519163&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.z88dk.org/wiki/doku.php?id=library:maths&amp;rev=1367503287&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.z88dk.org/wiki/doku.php?id=start&amp;rev=1367496527&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.z88dk.org/wiki/doku.php?id=library:string&amp;rev=1366895036&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=examples:snippets:grep&amp;rev=1370521767&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2013-06-06T13:29:27+01:00</dc:date>
        <dc:creator>Stefano Bodrato</dc:creator>
        <title>examples:snippets:grep</title>
        <link>http://www.z88dk.org/wiki/doku.php?id=examples:snippets:grep&amp;rev=1370521767&amp;do=diff</link>
        <description>This 'grep' command implementation is a piece of history.   It was originally developed for the PDP-11 and then ported to several targets (CP/M, VAX, earlier MS DOS compilers, etc..).  Due to the very simple operating systems it had run on, some of its earlier implementations included internal tricks to simulate the file redirection and other similar workarounds which inspired some z88dk feature.</description>
    </item>
    <item rdf:about="http://www.z88dk.org/wiki/doku.php?id=examples:snippets&amp;rev=1370519163&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2013-06-06T12:46:03+01:00</dc:date>
        <dc:creator>Stefano Bodrato</dc:creator>
        <title>examples:snippets</title>
        <link>http://www.z88dk.org/wiki/doku.php?id=examples:snippets&amp;rev=1370519163&amp;do=diff</link>
        <description>Platform Independent

	*  Hello World
	*  ANSI/VT emulation library test program
	*  COS(x²+y²) 3D graph
	*  Bifurcation diagram of the logistic map
	*  Diffusion (another self-scaling math graphing demo)
	*  Tic Tac Toe game (inline assembly examples)
	*  Demonstrating the Graphics Profile Metadata engine
	*  'Life' program
	*  'Star Trek' game port
	*  OX3D - an aggressive 3D noughts and crosses player
	*  AES 256' encryption
	*  Snake game - porting a Turbo C console application</description>
    </item>
    <item rdf:about="http://www.z88dk.org/wiki/doku.php?id=library:maths&amp;rev=1367503287&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2013-05-02T15:01:27+01:00</dc:date>
        <dc:creator>Stefano Bodrato</dc:creator>
        <title>library:maths</title>
        <link>http://www.z88dk.org/wiki/doku.php?id=library:maths&amp;rev=1367503287&amp;do=diff</link>
        <description>Header      {z88dk}/include/math.h, {z88dk}/include/float.h           Source      {z88dk}/libsrc/math                                  Include     #include &lt;math.h&gt;       Linking     -lm    (or target specific alternative, i.e. -lmzx)  Compile                             Comments    none                                                                                                            

The maths library</description>
    </item>
    <item rdf:about="http://www.z88dk.org/wiki/doku.php?id=start&amp;rev=1367496527&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2013-05-02T13:08:47+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=1367496527&amp;do=diff</link>
        <description>[z88dk logo]

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=library:string&amp;rev=1366895036&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2013-04-25T14:03:56+01:00</dc:date>
        <dc:creator>Stefano Bodrato</dc:creator>
        <title>library:string</title>
        <link>http://www.z88dk.org/wiki/doku.php?id=library:string&amp;rev=1366895036&amp;do=diff</link>
        <description>Header      {z88dk}/include/string.h           Source      {z88dk}/libsrc/strings                          Include     #include &lt;string.h&gt;                                                                                              Linking     n/a                                                                                                              Compile     n/a                                                                                                              Comments    These …</description>
    </item>
</rdf:RDF>
