<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://www.0xbadc0de.be/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.0xbadc0de.be/wiki/feed.php">
        <title>0xbadc0de.be mycpu</title>
        <description></description>
        <link>http://www.0xbadc0de.be/wiki/</link>
        <image rdf:resource="http://www.0xbadc0de.be/wiki/lib/images/favicon.ico" />
       <dc:date>2010-07-09T05:44:00+02:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://www.0xbadc0de.be/wiki/mycpu:asm?rev=1199904776&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.0xbadc0de.be/wiki/mycpu:mycpu?rev=1225586048&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://www.0xbadc0de.be/wiki/lib/images/favicon.ico">
        <title>0xbadc0de.be</title>
        <link>http://www.0xbadc0de.be/wiki/</link>
        <url>http://www.0xbadc0de.be/wiki/lib/images/favicon.ico</url>
    </image>
    <item rdf:about="http://www.0xbadc0de.be/wiki/mycpu:asm?rev=1199904776&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2008-01-09T19:52:56+02:00</dc:date>
        <title>Assembly</title>
        <link>http://www.0xbadc0de.be/wiki/mycpu:asm?rev=1199904776&amp;do=diff</link>
        <description>Here is the specification of the bits from opcodes.

* means “Can contain different values”

x means “Don't care”


 0  1  2  3  4  5  6  7  8  9  10  Description  schema  1  *  *  *  *  *  *  *  *  *  *  Load/Store   1  1  0  Address (8 bits)  Load A with content of Addr  A &lt;- [addr]  1  1  1  Address (8 bits)  Load B with content of Addr  B &lt;- [addr]  1  0  0  Address (8 bits)  Store Addr with content of A  [addr] &lt;- A  1  0  1  Address (8 bits)  Store Addr with content of B  [addr] &lt;- B  0  0…</description>
    </item>
    <item rdf:about="http://www.0xbadc0de.be/wiki/mycpu:mycpu?rev=1225586048&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2008-11-02T01:34:08+02:00</dc:date>
        <title>My Cpu</title>
        <link>http://www.0xbadc0de.be/wiki/mycpu:mycpu?rev=1225586048&amp;do=diff</link>
        <description>My own :)


Introduction


Not so long ago, I found a link on usenet talking about a CPU made with relays (look at &lt;http://www.cs.pdx.edu/~harry/Relay/index.html&gt;).

I found the principle very cool, and now I want to do my own !

However, relays are very costy parts. They are heavy and juice hungry. So, why relays ? Because it's neat ! you can see your cpu working !</description>
    </item>
</rdf:RDF>
