[Oberon] Oberon Digest, Vol 127, Issue 13

Bill Buzzell captbill279 at gmail.com
Thu Dec 18 13:55:29 CET 2014


Thanks Chris and Robert.

 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 "Net.StartServer" it responds with "Network started
as        " and hangs.  I am running Oberon on the Pipistrello FPGA.

Do I need to do any other configuration?

Thanks again



On Thu, Dec 18, 2014 at 6:00 AM, <oberon-request at lists.inf.ethz.ch> wrote:
>
> Send Oberon mailing list submissions to
>         oberon at lists.inf.ethz.ch
>
> To subscribe or unsubscribe via the World Wide Web, visit
>         https://lists.inf.ethz.ch/mailman/listinfo/oberon
> or, via email, send a message with subject or body 'help' to
>         oberon-request at lists.inf.ethz.ch
>
> You can reach the person managing the list at
>         oberon-owner at lists.inf.ethz.ch
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Oberon digest..."
>
>
> Today's Topics:
>
>    1. Re: Project Oberon Network Setup (Chris Burrows)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Wed, 17 Dec 2014 22:32:32 +1030
> From: "Chris Burrows" <chris at cfbsoftware.com>
> Subject: Re: [Oberon] Project Oberon Network Setup
> To: "'ETH Oberon and related systems'" <oberon at lists.inf.ethz.ch>
> Message-ID: <000901d019f1$574dbeb0$05e93c10$@cfbsoftware.com>
> Content-Type: text/plain;       charset="UTF-8"
>
> There is no SYSTEM.Mod source file, symbol file or object file. SYSTEM
> functions are built-in 'compiler magic' or 'pseudo-functions'. All you have
> to do is IMPORT SYSTEM into a module - you then will automatically have
> access to SYSTEM.GET and SYSTEM.PUT.
>
> Most SYSTEM 'procedures' and 'functions' 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.
>
> Regards,
> Chris Burrows
>
> CFB Software
> http://www.astrobe.com
>
> From: Bill Buzzell [mailto:captbill279 at gmail.com]
> Sent: Wednesday, 17 December 2014 4:02 PM
> To: oberon at lists.inf.ethz.ch
> Subject: [Oberon] Project Oberon Network Setup
>
> I'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?
>
> Thanks
>
>
>
>
> ------------------------------
>
> --
> Oberon at lists.inf.ethz.ch mailing list for ETH Oberon and related systems
> https://lists.inf.ethz.ch/mailman/listinfo/oberon
>
>
> End of Oberon Digest, Vol 127, Issue 13
> ***************************************
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://lists.inf.ethz.ch/pipermail/oberon/attachments/20141218/8cdd168a/attachment.html 


More information about the Oberon mailing list