[Oberon] Project Oberon Network Setup
Chris Burrows
chris at cfbsoftware.com
Wed Dec 17 13:02:32 CET 2014
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
More information about the Oberon
mailing list