DataMuseum.dk

Presents historical artifacts from the history of:

RegneCentralen RC850

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about RegneCentralen RC850

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download

⟦196c8e1e7⟧ TextFile

    Length: 256 (0x100)
    Types: TextFile
    Names: »MOD1.SRC«

Derivation

└─⟦e44a40b06⟧ Bits:30005968 SW1820/I8 RC855 Pascal MT+ Release 5.5
    └─⟦this⟧ »MOD1.SRC« 

TextFile

MODULE OVERLAY1;

VAR
  I : EXTERNAL INTEGER;	(* LOCATED IN THE ROOT *)

PROCEDURE OVL1;	(* ONE OF POSSIBLY MANY PROCEDURES IN THIS MODULE *)
BEGIN
  WRITELN('In overlay 1, I=',I)
END;

MODEND.

«eof»