<div dir="ltr"><div>Thanks Chris and Robert.</div><div><br></div><div> I see now that all these types of procedures are written in all caps. I am trying to track down why my Networking.Mod hangs Oberon when I try to start it. When I click &quot;Net.StartServer&quot; it responds with &quot;Network started as        &quot; and hangs.  I am running Oberon on the Pipistrello FPGA.</div><div><br></div><div>Do I need to do any other configuration?</div><div><br></div><div>Thanks again</div><div><br></div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Dec 18, 2014 at 6:00 AM,  <span dir="ltr">&lt;<a href="mailto:oberon-request@lists.inf.ethz.ch" target="_blank">oberon-request@lists.inf.ethz.ch</a>&gt;</span> wrote:<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Send Oberon mailing list submissions to<br>
        <a href="mailto:oberon@lists.inf.ethz.ch">oberon@lists.inf.ethz.ch</a><br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
        <a href="https://lists.inf.ethz.ch/mailman/listinfo/oberon" target="_blank">https://lists.inf.ethz.ch/mailman/listinfo/oberon</a><br>
or, via email, send a message with subject or body &#39;help&#39; to<br>
        <a href="mailto:oberon-request@lists.inf.ethz.ch">oberon-request@lists.inf.ethz.ch</a><br>
<br>
You can reach the person managing the list at<br>
        <a href="mailto:oberon-owner@lists.inf.ethz.ch">oberon-owner@lists.inf.ethz.ch</a><br>
<br>
When replying, please edit your Subject line so it is more specific<br>
than &quot;Re: Contents of Oberon digest...&quot;<br>
<br>
<br>
Today&#39;s Topics:<br>
<br>
   1. Re: Project Oberon Network Setup (Chris Burrows)<br>
<br>
<br>
----------------------------------------------------------------------<br>
<br>
Message: 1<br>
Date: Wed, 17 Dec 2014 22:32:32 +1030<br>
From: &quot;Chris Burrows&quot; &lt;<a href="mailto:chris@cfbsoftware.com">chris@cfbsoftware.com</a>&gt;<br>
Subject: Re: [Oberon] Project Oberon Network Setup<br>
To: &quot;&#39;ETH Oberon and related systems&#39;&quot; &lt;<a href="mailto:oberon@lists.inf.ethz.ch">oberon@lists.inf.ethz.ch</a>&gt;<br>
Message-ID: &lt;000901d019f1$574dbeb0$05e93c10$@<a href="http://cfbsoftware.com" target="_blank">cfbsoftware.com</a>&gt;<br>
Content-Type: text/plain;       charset=&quot;UTF-8&quot;<br>
<br>
There is no SYSTEM.Mod source file, symbol file or object file. SYSTEM functions are built-in &#39;compiler magic&#39; or &#39;pseudo-functions&#39;. All you have to do is IMPORT SYSTEM into a module - you then will automatically have access to SYSTEM.GET and SYSTEM.PUT.<br>
<br>
Most SYSTEM &#39;procedures&#39; and &#39;functions&#39; only look like procedures and functions. E.g. when you compile a module with a SYSTEM.GET statement, the compiler generates inline code that loads a value from an absolute memory address into a variable. It does not generate code to call a procedure.<br>
<br>
Regards,<br>
Chris Burrows<br>
<br>
CFB Software<br>
<a href="http://www.astrobe.com" target="_blank">http://www.astrobe.com</a><br>
<br>
From: Bill Buzzell [mailto:<a href="mailto:captbill279@gmail.com">captbill279@gmail.com</a>]<br>
Sent: Wednesday, 17 December 2014 4:02 PM<br>
To: <a href="mailto:oberon@lists.inf.ethz.ch">oberon@lists.inf.ethz.ch</a><br>
Subject: [Oberon] Project Oberon Network Setup<br>
<br>
I&#39;m trying to set up the networking and seem to be missing SYSTEM.Mod which is used by SCC.Mod. Where can I find the SYSTEM.GET and SYSTEM.PUT procedures?<br>
<br>
Thanks<br>
<br>
<br>
<br>
<br>
------------------------------<br>
<br>
--<br>
<a href="mailto:Oberon@lists.inf.ethz.ch">Oberon@lists.inf.ethz.ch</a> mailing list for ETH Oberon and related systems<br>
<a href="https://lists.inf.ethz.ch/mailman/listinfo/oberon" target="_blank">https://lists.inf.ethz.ch/mailman/listinfo/oberon</a><br>
<br>
<br>
End of Oberon Digest, Vol 127, Issue 13<br>
***************************************<br>
</blockquote></div></div>