DataMuseum.dk

Presents historical artifacts from the history of:

Rational R1000/400

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

See our Wiki for more about Rational R1000/400

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - download

⟦67771e91a⟧ Ada Source

    Length: 3072 (0xc00)
    Types: Ada Source
    Notes: 03_class, FILE, R1k_Segment, e3_tag, procedure Creneau_1, seg_05818c

Derivation

└─⟦8527c1e9b⟧ Bits:30000544 8mm tape, Rational 1000, Arrival backup of disks in PAM's R1000
    └─ ⟦5a81ac88f⟧ »Space Info Vol 1« 
        └─⟦this⟧ 

E3 Source Code



with V_Timer_Support_1;
with Simple_Io;
with System;

procedure Creneau_1 is

    task T is
        entry E;
        for E use at System.Address (V_Timer_Support_1.
                                     Get_Interrupt_Vector_Number);
    end T;

    task body T is

        Compteur : Natural;
    begin
        Simple_Io.Put_Line ("debut tempo ...");
        for Compteur in 1 .. 1000 loop
            accept E;
            V_Timer_Support_1.Rearm_Timer;
        end loop;
        Simple_Io.Put_Line ("fin tempo ...");
    end T;

begin
    V_Timer_Support_1.Init_Timer;
end Creneau_1;
pragma Main;  

E3 Meta Data

    nblk1=2
    nid=2
    hdr6=2
        [0x00] rec0=1e rec1=00 rec2=01 rec3=000
        [0x01] rec0=0f rec1=00 rec2=02 rec3=001
    tail 0x2154e2b6287db69da424e 0x42a00088462060003
Free Block Chain:
  0x2: 0000  00 00 01 ac 80 26 75 74 5f 4c 69 6e 65 20 28 22  ┆     &ut_Line ("┆