|
|
DataMuseum.dkPresents historical artifacts from the history of: CP/M |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about CP/M Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - download
Length: 256 (0x100)
Types: TextFile
Names: »MOD2.SRC«
└─⟦bb4d5968a⟧ Bits:30008918 MT+ SPP 1/3
└─⟦this⟧ »MOD2.SRC«
└─⟦cfc645b40⟧ Bits:30004118/disk1.imd SW1720/I5 Pascal/MT+ Release 5.5
└─⟦this⟧ »MOD2.SRC«
└─⟦e44a40b06⟧ Bits:30005968 SW1820/I8 RC855 Pascal MT+ Release 5.5
└─⟦this⟧ »MOD2.SRC«
MODULE OVERLAY2;
VAR
I : EXTERNAL INTEGER; (* LOCATED IN THE ROOT *)
PROCEDURE OVL2; (* ONE OF POSSIBLY MANY PROCEDURES IN THIS MODULE *)
BEGIN
WRITELN('In overlay 2, I=',I)
END;
MODEND.
«eof»