<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://newrpl.wiki.hpgcc3.org/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://newrpl.wiki.hpgcc3.org/feed.php">
        <title>newRPL User Manual manual:chapter5</title>
        <description></description>
        <link>https://newrpl.wiki.hpgcc3.org/</link>
        <image rdf:resource="https://newrpl.wiki.hpgcc3.org/lib/tpl/bootstrap3/images/favicon.ico" />
       <dc:date>2026-05-06T02:52:02+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://newrpl.wiki.hpgcc3.org/doku.php?id=manual:chapter5:asm&amp;rev=1632920333&amp;do=diff"/>
                <rdf:li rdf:resource="https://newrpl.wiki.hpgcc3.org/doku.php?id=manual:chapter5:basics&amp;rev=1631727173&amp;do=diff"/>
                <rdf:li rdf:resource="https://newrpl.wiki.hpgcc3.org/doku.php?id=manual:chapter5:listproc&amp;rev=1572791809&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://newrpl.wiki.hpgcc3.org/lib/tpl/bootstrap3/images/favicon.ico">
        <title>newRPL User Manual</title>
        <link>https://newrpl.wiki.hpgcc3.org/</link>
        <url>https://newrpl.wiki.hpgcc3.org/lib/tpl/bootstrap3/images/favicon.ico</url>
    </image>
    <item rdf:about="https://newrpl.wiki.hpgcc3.org/doku.php?id=manual:chapter5:asm&amp;rev=1632920333&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2021-09-29T05:58:53+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>manual:chapter5:asm</title>
        <link>https://newrpl.wiki.hpgcc3.org/doku.php?id=manual:chapter5:asm&amp;rev=1632920333&amp;do=diff</link>
        <description>Assembly-like Instruction Set

Sometimes managing a more than three or four values on the stack leads to an excessive use of stack manipulation commands (the so-called stackrobatics) resulting in convolute code.

In these cases a compact subset of instructions, with a different syntax and based on the manipulation of a small number of global registers, may achieve greater clarity; this subset of the language, given its compact format, is called</description>
    </item>
    <item rdf:about="https://newrpl.wiki.hpgcc3.org/doku.php?id=manual:chapter5:basics&amp;rev=1631727173&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2021-09-15T10:32:53+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>manual:chapter5:basics</title>
        <link>https://newrpl.wiki.hpgcc3.org/doku.php?id=manual:chapter5:basics&amp;rev=1631727173&amp;do=diff</link>
        <description>Basic concepts in RPL programming

Introduction

RPL provides a programmable environment to do numeric and symbolic calculations.
Programs in newRPL are sequences of commands that operate on objects. The main temporary storage for objects is the stack.
Objects enter the stack always at level one, displacing other objects to higher levels. Most commands and operations take objects from the stack, operate on them, and then place the result as a new object in the stack.
A typical sequence of a prog…</description>
    </item>
    <item rdf:about="https://newrpl.wiki.hpgcc3.org/doku.php?id=manual:chapter5:listproc&amp;rev=1572791809&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2019-11-03T06:36:49+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>manual:chapter5:listproc</title>
        <link>https://newrpl.wiki.hpgcc3.org/doku.php?id=manual:chapter5:listproc&amp;rev=1572791809&amp;do=diff</link>
        <description>Parallel processing with lists

Parallel processing is the idea that, generally, if a command can be applied to one or more individual arguments, then it can also be extended to be applied to one or more sets of arguments.

General rules for parallel processing</description>
    </item>
</rdf:RDF>
