<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://sca.ksr.ch/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="https://sca.ksr.ch/feed.php">
        <title>KSR Wiki - ef_informatik</title>
        <description></description>
        <link>https://sca.ksr.ch/</link>
        <image rdf:resource="https://sca.ksr.ch/lib/exe/fetch.php?media=wiki:logo.png" />
       <dc:date>2026-09-09T05:42:15+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://sca.ksr.ch/doku.php?id=ef_informatik:assembler&amp;rev=1788865530&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://sca.ksr.ch/lib/exe/fetch.php?media=wiki:logo.png">
        <title>KSR Wiki</title>
        <link>https://sca.ksr.ch/</link>
        <url>https://sca.ksr.ch/lib/exe/fetch.php?media=wiki:logo.png</url>
    </image>
    <item rdf:about="https://sca.ksr.ch/doku.php?id=ef_informatik:assembler&amp;rev=1788865530&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-09-08T11:05:30+00:00</dc:date>
        <dc:creator>sca (sca@undisclosed.example.com)</dc:creator>
        <title>Assembler-Programmierung mit dem RISC Simulator - [2. Arbeitsumgebung] </title>
        <link>https://sca.ksr.ch/doku.php?id=ef_informatik:assembler&amp;rev=1788865530&amp;do=diff</link>
        <description>Assembler-Programmierung mit dem RISC Simulator

1. Hexadezimalsystem

Assembler ist eine etwas besser leserliche Form der Maschinensprache (Sprache, die die CPU 'versteht'). Mit Assembler hast du bereits im Little Man Computer Bekanntschaft gemacht.$16$$0,1,2,3,4,5,6,7,8,9,A,B,C,D,E,F$$0x$$0xB3 = 11 \cdot 16^1 + 3 \cdot 16^0 = 179$$0xB3 = 1011 \cdot 2^4 + 0011 \cdot 2^0 = 1011 \cdot 16^1 + 0011 \cdot 16^0 = 1011\,0011$$1100\,1011 = 1100 \cdot 16^1 + 1011 \cdot 16^0 = (8+4) \cdot 16^1 + (8+2+1) …</description>
    </item>
</rdf:RDF>
