<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://wiki.cardboardbox.org.uk/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://wiki.cardboardbox.org.uk/feed.php">
        <title>wiki.cardboardbox.org.uk</title>
        <description></description>
        <link>http://wiki.cardboardbox.org.uk/</link>
        <image rdf:resource="http://wiki.cardboardbox.org.uk/lib/tpl/default/images/favicon.ico" />
       <dc:date>2012-02-07T13:12:15+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://wiki.cardboardbox.org.uk/doku.php?id=start&amp;rev=1300368828&amp;do=diff"/>
                <rdf:li rdf:resource="http://wiki.cardboardbox.org.uk/doku.php?id=coding:problemmachine&amp;rev=1295662547&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://wiki.cardboardbox.org.uk/lib/tpl/default/images/favicon.ico">
        <title>wiki.cardboardbox.org.uk</title>
        <link>http://wiki.cardboardbox.org.uk/</link>
        <url>http://wiki.cardboardbox.org.uk/lib/tpl/default/images/favicon.ico</url>
    </image>
    <item rdf:about="http://wiki.cardboardbox.org.uk/doku.php?id=start&amp;rev=1300368828&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-03-17T13:33:48+00:00</dc:date>
        <dc:creator>daniel</dc:creator>
        <title>start</title>
        <link>http://wiki.cardboardbox.org.uk/doku.php?id=start&amp;rev=1300368828&amp;do=diff</link>
        <description>*  日本語のスタートページはこちらです。

Welcome to the second incarnation of my wiki. I decided phpwiki was a clumsy pile of poo after it managed to thrash all my pages so I've switched to dokuwiki instead. Seems a lot better. ^^
So what do we have here then?.. Basically a collection of stuff that is of little or no interest to most people, I've put it here mainly for myself and people I collaborate with. Feel free to read anything, editing is locked out however.</description>
    </item>
    <item rdf:about="http://wiki.cardboardbox.org.uk/doku.php?id=coding:problemmachine&amp;rev=1295662547&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-01-22T02:15:47+00:00</dc:date>
        <dc:creator>daniel</dc:creator>
        <title>coding:problemmachine</title>
        <link>http://wiki.cardboardbox.org.uk/doku.php?id=coding:problemmachine&amp;rev=1295662547&amp;do=diff</link>
        <description>A 4Bit arch with no operands..



-- Registers --

PC - 4Bit Program Counter
A  - 4Bit accumulator register
A' - 4Bit shadow register

-- Flags --

Z  - Zero Flag

-- IO Ports --

IN  - 4Bit input port
OUT - 4Bit output port

-- Opcodes --

0000 - SHL - Shift Left ( A = (A &gt;&gt; 1) )
0001 - SHR - Shift Right ( A = (A &lt;&lt; 1) )
0010 - IN  - ( A = IN )
0011 - OUT - ( OUT = A )

0100 - INC  - Increment A ( if(A == 0){Z = 1}; else {Z = 0});
0101 - DEC  - Decrement A ( if(A == 0){Z = 1}; else {Z = 0});
01…</description>
    </item>
</rdf:RDF>

