<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://www.mtacs.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://www.mtacs.de/feed.php">
        <title>msdoc old:programmieren:forth</title>
        <description></description>
        <link>https://www.mtacs.de/</link>
        <image rdf:resource="https://www.mtacs.de/lib/tpl/dokuwiki/images/favicon.ico" />
       <dc:date>2026-04-11T10:06:40+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://www.mtacs.de/doku.php?id=old:programmieren:forth:gforth&amp;rev=1673465388&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.mtacs.de/doku.php?id=old:programmieren:forth:info&amp;rev=1673465387&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://www.mtacs.de/lib/tpl/dokuwiki/images/favicon.ico">
        <title>msdoc</title>
        <link>https://www.mtacs.de/</link>
        <url>https://www.mtacs.de/lib/tpl/dokuwiki/images/favicon.ico</url>
    </image>
    <item rdf:about="https://www.mtacs.de/doku.php?id=old:programmieren:forth:gforth&amp;rev=1673465388&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-01-11T19:29:48+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>old:programmieren:forth:gforth</title>
        <link>https://www.mtacs.de/doku.php?id=old:programmieren:forth:gforth&amp;rev=1673465388&amp;do=diff</link>
        <description>Fraction (Nachkommastellen)


: frac ( m.f - f) fdup floor f- ;


Verschiedene Programme


\ Dec to Hex convert
\ --------------------
\ decimal
: d2h hex . decimal cr ;
\ gforth -e &#039;$ad . cr bye&#039;

\ Hex to Dec convert
\ --------------------
\ decimal
\ Hexzahl mit $zahl angeben und dann .
\ z.B. $af . -&gt; 175  oder $FF . -&gt; 255

\ Arbeitszeit ausrechnen (Eingabe: Anfang_Std Anfang_Min Ende_Std Ende_Min)
\ ---------------------------------------------------------------------------
: zdiff swap 60…</description>
    </item>
    <item rdf:about="https://www.mtacs.de/doku.php?id=old:programmieren:forth:info&amp;rev=1673465387&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-01-11T19:29:47+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>old:programmieren:forth:info</title>
        <link>https://www.mtacs.de/doku.php?id=old:programmieren:forth:info&amp;rev=1673465387&amp;do=diff</link>
        <description>&lt;http://www.taygeta.com/forth.html&gt;

&lt;http://galileo.phys.virginia.edu/classes/551.jvn.fall01/551Notes.htm&gt;

&lt;http://galileo.phys.virginia.edu/classes/551.jvn.fall01/DPANS.HTM&gt;</description>
    </item>
</rdf:RDF>
