<?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: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-23T07:36:49+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://wiki.forth-ev.de/doku.php/en:words:backslash_s?rev=1370546808"/>
                <rdf:li rdf:resource="https://wiki.forth-ev.de/doku.php/en:words:catch_throw?rev=1370546808"/>
                <rdf:li rdf:resource="https://wiki.forth-ev.de/doku.php/en:words:hier?rev=1370546808"/>
            </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:words:backslash_s?rev=1370546808">
        <dc:format>text/html</dc:format>
        <dc:date>2013-06-06T19:26:48+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>backslash_s</title>
        <link>https://wiki.forth-ev.de/doku.php/en:words:backslash_s?rev=1370546808</link>
        <description>backslash_s

\s is used in win32forth to end interpretation of a file. Other forth systems may use different names; \\ is common as well. Here is a definition that will work in ANS Forth Systems, if there is no such word.


: \s  begin refill 0= until ;</description>
    </item>
    <item rdf:about="https://wiki.forth-ev.de/doku.php/en:words:catch_throw?rev=1370546808">
        <dc:format>text/html</dc:format>
        <dc:date>2013-06-06T19:26:48+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>catch throw</title>
        <link>https://wiki.forth-ev.de/doku.php/en:words:catch_throw?rev=1370546808</link>
        <description>catch throw

sp@ ( -- addr ) returns the address corresponding to the top of data stack.

rp@ ( -- addr ) returns the address corresponding to the top of return stack.

sp! ( addr -- ) sets the stack pointer to addr, thus restoring the stack depth to
the same depth that existed just before addr was acquired by
executing sp@.</description>
    </item>
    <item rdf:about="https://wiki.forth-ev.de/doku.php/en:words:hier?rev=1370546808">
        <dc:format>text/html</dc:format>
        <dc:date>2013-06-06T19:26:48+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>idump edump dump</title>
        <link>https://wiki.forth-ev.de/doku.php/en:words:hier?rev=1370546808</link>
        <description>idump edump dump

In microcontrolern like AVR Atmega there are three different types off memory - RAM, Flash and Eeprom. Use dump in RAM, idump for instruction memory (flash) and edump for eeprom. There are minitools as well. Use ? to inspect content of an single address in RAM,</description>
    </item>
</rdf:RDF>
