<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://www.george3.co.uk/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.george3.co.uk/feed.php">
        <title>ICL George 3</title>
        <description>If Carlsberg made operating systems....</description>
        <link>https://www.george3.co.uk/</link>
        <image rdf:resource="https://www.george3.co.uk/_media/wiki/dokuwiki.svg" />
       <dc:date>2026-04-06T22:42:20+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://www.george3.co.uk/start?rev=1759556253&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.george3.co.uk/gin/chapter1?rev=1759522708&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.george3.co.uk/george/table-uid?rev=1705498525&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.george3.co.uk/gin/chapter3?rev=1506095219&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.george3.co.uk/source/plan-primes?rev=1500148474&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.george3.co.uk/?image=wiki%3Aicl1900.png&amp;ns=wiki&amp;rev=1481197678&amp;tab_details=history&amp;media_do=diff&amp;do=media"/>
                <rdf:li rdf:resource="https://www.george3.co.uk/?image=galacticstoragedevice.pdf&amp;ns=0&amp;rev=1467907530&amp;tab_details=history&amp;media_do=diff&amp;do=media"/>
                <rdf:li rdf:resource="https://www.george3.co.uk/?image=plancodingsheet-a3.pdf&amp;ns=0&amp;rev=1465601708&amp;tab_details=history&amp;media_do=diff&amp;do=media"/>
                <rdf:li rdf:resource="https://www.george3.co.uk/?image=gin%3Agrm7.3_1.png&amp;ns=gin&amp;rev=1465200685&amp;tab_details=history&amp;media_do=diff&amp;do=media"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://www.george3.co.uk/_media/wiki/dokuwiki.svg">
        <title>ICL George 3</title>
        <link>https://www.george3.co.uk/</link>
        <url>https://www.george3.co.uk/_media/wiki/dokuwiki.svg</url>
    </image>
    <item rdf:about="https://www.george3.co.uk/start?rev=1759556253&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-10-04T05:37:33+00:00</dc:date>
        <dc:creator>Adrian Cunnelly (adrian.cunnelly@undisclosed.example.com)</dc:creator>
        <title>ICL GEORGE 3 Wiki - [Useful Links] </title>
        <link>https://www.george3.co.uk/start?rev=1759556253&amp;do=diff</link>
        <description>ICL GEORGE 3 Wiki

Manuals

GIN

	*  Gin Reference Manual (GRM)

GEORGE Operating System Source Code

	*  GIN Macros
	*  Universal Identifiers
	*  GEORGE Source
	*  GEORGE Overlays
		*  Overlay Segments

	*  GEORGE Chapters

Programming

	*  [Replica of a PLAN Coding Sheet]
	*  PLAN programs
		*  Display first 20 prime numbers


Documents

	*  [ICT Marketing spoof - Galactic Storage Device]

Useful Links

	*  ICL 1900 site maintained by Brian Spoor: &lt;http://www.icl1900.co.uk&gt;
	*  Computer conser…</description>
    </item>
    <item rdf:about="https://www.george3.co.uk/gin/chapter1?rev=1759522708&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-10-03T20:18:28+00:00</dc:date>
        <dc:creator>Adrian Cunnelly (adrian.cunnelly@undisclosed.example.com)</dc:creator>
        <title>1. INTRODUCTION TO GIN - [1.4 The Compiling Process] </title>
        <link>https://www.george3.co.uk/gin/chapter1?rev=1759522708&amp;do=diff</link>
        <description>1. INTRODUCTION TO GIN

1.0 The Purpose and Nature of GIN

GIN is a language for compiling assembly-level programs for the ICL 1900 Series. It shares its instruction set to a large extent with PLAN, but the various directives which control its operation have only enough in common with those of PLAN to make disaster almost certain if they are confused.</description>
    </item>
    <item rdf:about="https://www.george3.co.uk/george/table-uid?rev=1705498525&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-01-17T13:35:25+00:00</dc:date>
        <dc:creator>Adrian Cunnelly (adrian.cunnelly@undisclosed.example.com)</dc:creator>
        <title>Universal Identifiers - [Universal Identifiers] </title>
        <link>https://www.george3.co.uk/george/table-uid?rev=1705498525&amp;do=diff</link>
        <description>Universal Identifiers

A universal identifier is a string of up to 11 alphanumeric characters of which the first letter is in the range A to L. A universal identifier may be defined at any point in the program after #CORE and must be unique.

However, the exception to this are universals whose names begin with D and L, these cannot be defined as the compiler will itself assign values to such identifiers as follows:</description>
    </item>
    <item rdf:about="https://www.george3.co.uk/gin/chapter3?rev=1506095219&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2017-09-22T15:46:59+00:00</dc:date>
        <dc:creator>acunnelly (acunnelly@undisclosed.example.com)</dc:creator>
        <title>3 THE SOURCE PROGRAM</title>
        <link>https://www.george3.co.uk/gin/chapter3?rev=1506095219&amp;do=diff</link>
        <description>3 THE SOURCE PROGRAM

3.0 Source formats

This section of the manual describes in greater detail the source which GIN will accept.


The compiler is regulated by directives and thereby obtains the definitions of a number of identifiers and macros. The identifiers can be combined with other numerical terms to form</description>
    </item>
    <item rdf:about="https://www.george3.co.uk/source/plan-primes?rev=1500148474&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2017-07-15T19:54:34+00:00</dc:date>
        <dc:creator>acunnelly (acunnelly@undisclosed.example.com)</dc:creator>
        <title>Display first 20 prime numbers</title>
        <link>https://www.george3.co.uk/source/plan-primes?rev=1500148474&amp;do=diff</link>
        <description>Display first 20 prime numbers

Small PLAN program to display the first 20 prime numbers.


#PROGRAM       PRIM40/PRIM
#DEFINE        NUMPRIMES=20
#LOWER
               PRIMES(NUMPRIMES)   [ STORAGE AREA FOR FOUND PRIMES
MESS           8H                  [ OUTPUT BUFFER FOR PRIME NUMBER
HTHOU          100000
#PRO
#ENT           0
      LDN   0  2                   [ SAVE 2 AS FIRST PRIME
      STO   0  PRIMES
      LDN   1  1
      LDN   0  3                   [ START AT 3
      LDN   4  NUMPRI…</description>
    </item>
    <item rdf:about="https://www.george3.co.uk/?image=wiki%3Aicl1900.png&amp;ns=wiki&amp;rev=1481197678&amp;tab_details=history&amp;media_do=diff&amp;do=media">
        <dc:format>text/html</dc:format>
        <dc:date>2016-12-08T11:47:58+00:00</dc:date>
        <dc:creator>acunnelly (acunnelly@undisclosed.example.com)</dc:creator>
        <title>icl1900.png - created</title>
        <link>https://www.george3.co.uk/?image=wiki%3Aicl1900.png&amp;ns=wiki&amp;rev=1481197678&amp;tab_details=history&amp;media_do=diff&amp;do=media</link>
        <description>&lt;img src=&quot;https://www.george3.co.uk/_media/wiki/icl1900.png?w=500&amp;amp;h=500&amp;amp;tok=1069f8&quot; alt=&quot;icl1900.png&quot; loading=&quot;lazy&quot; width=&quot;500&quot; height=&quot;500&quot; /&gt;</description>
    </item>
    <item rdf:about="https://www.george3.co.uk/?image=galacticstoragedevice.pdf&amp;ns=0&amp;rev=1467907530&amp;tab_details=history&amp;media_do=diff&amp;do=media">
        <dc:format>text/html</dc:format>
        <dc:date>2016-07-07T16:05:30+00:00</dc:date>
        <dc:creator>acunnelly (acunnelly@undisclosed.example.com)</dc:creator>
        <title>galacticstoragedevice.pdf - created</title>
        <link>https://www.george3.co.uk/?image=galacticstoragedevice.pdf&amp;ns=0&amp;rev=1467907530&amp;tab_details=history&amp;media_do=diff&amp;do=media</link>
        <description>&lt;img src=&quot;https://www.george3.co.uk/lib/images/fileicons/svg/pdf.svg&quot; alt=&quot;galacticstoragedevice.pdf&quot; loading=&quot;lazy&quot; width=&quot;500&quot; height=&quot;500&quot; /&gt;</description>
    </item>
    <item rdf:about="https://www.george3.co.uk/?image=plancodingsheet-a3.pdf&amp;ns=0&amp;rev=1465601708&amp;tab_details=history&amp;media_do=diff&amp;do=media">
        <dc:format>text/html</dc:format>
        <dc:date>2016-06-10T23:35:08+00:00</dc:date>
        <dc:creator>acunnelly (acunnelly@undisclosed.example.com)</dc:creator>
        <title>plancodingsheet-a3.pdf - created</title>
        <link>https://www.george3.co.uk/?image=plancodingsheet-a3.pdf&amp;ns=0&amp;rev=1465601708&amp;tab_details=history&amp;media_do=diff&amp;do=media</link>
        <description>&lt;img src=&quot;https://www.george3.co.uk/lib/images/fileicons/svg/pdf.svg&quot; alt=&quot;plancodingsheet-a3.pdf&quot; loading=&quot;lazy&quot; width=&quot;500&quot; height=&quot;500&quot; /&gt;</description>
    </item>
    <item rdf:about="https://www.george3.co.uk/?image=gin%3Agrm7.3_1.png&amp;ns=gin&amp;rev=1465200685&amp;tab_details=history&amp;media_do=diff&amp;do=media">
        <dc:format>text/html</dc:format>
        <dc:date>2016-06-06T08:11:25+00:00</dc:date>
        <dc:creator>acunnelly (acunnelly@undisclosed.example.com)</dc:creator>
        <title>grm7.3_1.png - created</title>
        <link>https://www.george3.co.uk/?image=gin%3Agrm7.3_1.png&amp;ns=gin&amp;rev=1465200685&amp;tab_details=history&amp;media_do=diff&amp;do=media</link>
        <description>&lt;img src=&quot;https://www.george3.co.uk/_media/gin/grm7.3_1.png?w=500&amp;amp;h=500&amp;amp;tok=50be07&quot; alt=&quot;grm7.3_1.png&quot; loading=&quot;lazy&quot; width=&quot;500&quot; height=&quot;500&quot; /&gt;</description>
    </item>
</rdf:RDF>
