<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://wiki.forth-ev.de/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://wiki.forth-ev.de/feed.php">
        <title>Forth-eV Wiki - en:playground:words</title>
        <description></description>
        <link>https://wiki.forth-ev.de/</link>
        <image rdf:resource="https://wiki.forth-ev.de/lib/exe/fetch.php/wiki:logo.png" />
       <dc:date>2026-04-23T10:36:48+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://wiki.forth-ev.de/doku.php/en:playground:words:dup?rev=1370546804"/>
                <rdf:li rdf:resource="https://wiki.forth-ev.de/doku.php/en:playground:words:forth?rev=1370546804"/>
                <rdf:li rdf:resource="https://wiki.forth-ev.de/doku.php/en:playground:words:word_plus?rev=1370546804"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://wiki.forth-ev.de/lib/exe/fetch.php/wiki:logo.png">
        <title>Forth-eV Wiki</title>
        <link>https://wiki.forth-ev.de/</link>
        <url>https://wiki.forth-ev.de/lib/exe/fetch.php/wiki:logo.png</url>
    </image>
    <item rdf:about="https://wiki.forth-ev.de/doku.php/en:playground:words:dup?rev=1370546804">
        <dc:format>text/html</dc:format>
        <dc:date>2013-06-06T19:26:44+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title></title>
        <link>https://wiki.forth-ev.de/doku.php/en:playground:words:dup?rev=1370546804</link>
        <description>dup simply duplicates the top of the stack. It&#039;s a code word.

To see how F-PC v3.6 defines DUP, perform below steps.

	* Launch F-PC v3.6 (A famous DOS Forth)

* Type in: „see dup“. FPC replies: 
  DUP is Code, load DISASSEM to see it. ok

* So I type in:</description>
    </item>
    <item rdf:about="https://wiki.forth-ev.de/doku.php/en:playground:words:forth?rev=1370546804">
        <dc:format>text/html</dc:format>
        <dc:date>2013-06-06T19:26:44+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title></title>
        <link>https://wiki.forth-ev.de/doku.php/en:playground:words:forth?rev=1370546804</link>
        <description>ANSI Forth explanation of FORTH, it&#039;s good enough to me.</description>
    </item>
    <item rdf:about="https://wiki.forth-ev.de/doku.php/en:playground:words:word_plus?rev=1370546804">
        <dc:format>text/html</dc:format>
        <dc:date>2013-06-06T19:26:44+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title></title>
        <link>https://wiki.forth-ev.de/doku.php/en:playground:words:word_plus?rev=1370546804</link>
        <description>* This word is very simple. For your curiosity, F-PC&#039;s definition for + is 
  see +
   6D0 5B  W POP,                    5B                 [
   6D1 58  AX POP,                   58                 X
   6D2  1  W AX ADD,                 01 D8              .X</description>
    </item>
</rdf:RDF>
