iSyntax10.Scn.Fnt ]ParcElemsAllocSyntax24b.Scn.FntSyntax10i.Scn.Fnt; ] ]Syntax12b.Scn.Fnt! ] ඊ ]Syntax16b.Scn.Fnt ] Syntax8i.Scn.Fntf ]  ]  ] Amiga Oberon V4 (1994-96 by Stefan Ludwig, Claudio Nieder and Ralf Degner)  Amiga loader modules (Modula-2) The loader was written using M2Amiga. All modules named OLoad... are specific to the loader. The other modules are more generic ones, but are currently located in the Oberon source directory.  OLoad.Mod The loader program. OLoadData.Def OLoadData.Mod Access to the module list. OLoadRef.Def OLoadRef.Mod Generation of reference files. PeekNPoke.Def PeekNPoke.Mod Memory access routines big- & little-endian. Terminator.Def Terminator.Mod Flexible termination procedures.  Amiga specific modules These are modules (written in Oberon), which are used only in the Amiga version of the Oberon System. They allow the usage of the functions of the Amiga operating system.  Amiga.Mod Screen handler and connection to loader. AmigaAsl.Mod asl.library AmigaBase.Mod Allow library calls. AmigaConsole.Mod console.device AmigaDiskFont.Mod diskfont.library AmigaDos.Mod dos.library AmigaExec.Mod exec.library AmigaGraphics.Mod graphics.library AmigaIFF.Mod iff support routines AmigaIFFParse.Mod iffparse.library AmigaInputEvent.Mod input event definitions AmigaIntuition.Mod intuition.library AmigaMath.Mod mathieeesingbas.library, mathieeesingtrans.library AmigaMathL.Mod mathieeedoubbas.library, mathieeedoubtrans.library AmigaTimer.Mod timer.device AmigaUtility.Mod utility.library IFF.Mod iff tools Clipboard.Mod Clipboard support Amiga modified modules These are modules which are part of every Oberon system, but had to be modified to run on the Amiga.  Analyzer.Mod Source not available Display.Mod Uses Graphics & Intuition routines. Files.Mod Uses AmigaDOS. Fonts.Mod Loads Oberon-Fonts into chipmem area. Kernel.Mod Gets heap via Amiga. Math.Mod Calls FPU-Code MathL.Mod Calls FPU-Code Modules.Mod Calls routines from OLoad via module Amiga. MoreMath.Mod Additional math routines (REAL), calls FPU-Code MoreMathL.Mod Additional math routines (LONGREAL), calls FPU-Code Oberon.Mod 2 differnet types of main loop Reals.Mod Uses routines borrowed from M2Amiga [Long]RealConversions for Convert and ConvertL. System.Mod Quit, Execute, Directory ... Types.Mod V24.Mod Uses Serial Device All modified modules are marked at the beginning with this comment: (* AMIGA *)