|
|
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: »MOD1.SRC«
└─⟦d6ef3842c⟧ Bits:30002678 Pascal MT+ Version 3.3 Rel 1.2
└─⟦this⟧ »MOD1.SRC«
MODULE OVERLAY1;
VAR
I : EXTERNAL INTEGER; (* LOCATED IN THE ROOT *)
PROCEDURE OVL1; (* ONE OF POSSIBLY MANY PROCEDURES IN THIS MODULE *)
BEGIN
WRITELN('In overlay area 1, Overlay number =',I)
END;
MODEND.
«eof»