home *** CD-ROM | disk | FTP | other *** search
/ Amiga MA Magazine 1998 #6 / amigamamagazinepolishissue1998.iso / coders / jËzyki_programowania / oberon / text / amigaoberon.text (.txt) next >
Oberon Text  |  1977-12-31  |  3KB  |  57 lines

  1. Syntax10.Scn.Fnt
  2. ParcElems
  3. Alloc
  4. Syntax24b.Scn.Fnt
  5. Syntax10i.Scn.Fnt
  6. Syntax12b.Scn.Fnt
  7. Syntax16b.Scn.Fnt
  8. Syntax8i.Scn.Fnt
  9. Amiga Oberon V4
  10. (1994-96 by Stefan Ludwig, Claudio Nieder and Ralf Degner)
  11. Amiga loader modules (Modula-2)
  12. 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.
  13.     OLoad.Mod    The loader program.
  14.     OLoadData.Def OLoadData.Mod    Access to the module list.
  15.     OLoadRef.Def OLoadRef.Mod    Generation of reference files.
  16.     PeekNPoke.Def PeekNPoke.Mod    Memory access routines big- & little-endian.
  17.     Terminator.Def Terminator.Mod    Flexible termination procedures.
  18. Amiga specific modules
  19. 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.
  20.     Amiga.Mod    Screen handler and connection to loader.
  21.     AmigaAsl.Mod    asl.library
  22.     AmigaBase.Mod    Allow library calls.
  23.     AmigaConsole.Mod    console.device
  24.     AmigaDiskFont.Mod    diskfont.library
  25.     AmigaDos.Mod    dos.library
  26.     AmigaExec.Mod    exec.library
  27.     AmigaGraphics.Mod    graphics.library
  28.     AmigaIFF.Mod    iff support routines
  29.     AmigaIFFParse.Mod    iffparse.library
  30.     AmigaInputEvent.Mod    input event definitions
  31.     AmigaIntuition.Mod    intuition.library
  32.     AmigaMath.Mod    mathieeesingbas.library, mathieeesingtrans.library
  33.     AmigaMathL.Mod    mathieeedoubbas.library, mathieeedoubtrans.library
  34.     AmigaTimer.Mod    timer.device
  35.     AmigaUtility.Mod    utility.library
  36.     IFF.Mod    iff tools
  37.     Clipboard.Mod    Clipboard support
  38. Amiga modified modules
  39. These are modules which are part of every Oberon system, but had to be modified to run on the Amiga.
  40.     Analyzer.Mod    Source not available
  41.     Display.Mod    Uses Graphics & Intuition routines.
  42.     Files.Mod    Uses AmigaDOS.
  43.     Fonts.Mod    Loads Oberon-Fonts into chipmem area.
  44.     Kernel.Mod    Gets heap via Amiga.
  45.     Math.Mod    Calls FPU-Code
  46.     MathL.Mod    Calls FPU-Code
  47.     Modules.Mod    Calls routines from OLoad via module Amiga.
  48.     MoreMath.Mod    Additional math routines (REAL), calls FPU-Code
  49.     MoreMathL.Mod    Additional math routines (LONGREAL), calls FPU-Code
  50.     Oberon.Mod    2 differnet types of main loop
  51.     Reals.Mod    Uses routines borrowed from M2Amiga [Long]RealConversions for Convert and ConvertL.
  52.     System.Mod    Quit, Execute, Directory ...
  53.     Types.Mod    
  54.     V24.Mod    Uses Serial Device
  55. All modified modules are marked at the beginning with this comment:    
  56. (* AMIGA *)
  57.