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

⟦5cd68ebfb⟧ Ada Source

    Length: 15360 (0x3c00)
    Types: Ada Source
    Notes: 03_class, FILE, R1k_Segment, e3_tag, procedure ouvre_fichier_out, seg_0413b9

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 Device_Independent_Io;
with Io;
with System;  
with Terminal_Specific;
with Text_Io;  
with Unchecked_Conversion;
with Constantes;                                            

procedure ouvre_fichier_out is          
    package Dio renames Device_Independent_Io;  
    package Ts renames Terminal_Specific;
    package Tio renames Text_Io;
begin 
      Dio.Open (File => F_Out,
              Mode => Dio.Out_File,
              Name => "!machine.devices.terminal_16",
              Form => "");
end ouvre_fichier_out;                                     

procedure Beep (Numero_Lecteur : System.Byte) is

    package Dio renames Device_Independent_Io;  
    package Ts renames Terminal_Specific;
    package Tio renames Text_Io;
    subtype Bs is System.Byte_String;

    F_Out : Ts.File_Type;
    F_In : Ts.File_Type;

    Beep : Bs (1 .. 7);
begin

    Beep := (16#01#, Numero_Lecteur, 16#00#, 16#01#, 16#2C#, 16#F1#, 16#F2#);
    Dio.Open (File => F_Out,
              Mode => Dio.Out_File,
              Name => "!machine.devices.terminal_16",
              Form => "");

    Dio.Write (File => F_Out, Item => Beep);
    delay 1.0;

    Dio.Close (File => F_Out);
    delay 0.5;

end Beep; 

procedure valide_carte
       Valid_200_1 : constant Bs := (16#01#, 16#03#, 16#00#, 16#04#, 16#10#,
                                  16#02#, 16#00#, 16#01#, 16#F1#, 16#F2#);



            Dio.Open (File => F_Out,
              Mode => Dio.Out_File,
              Name => "!machine.devices.terminal_16",
              Form => "");

         Dio.Write (File => F_Out, Item => Site_60);
    delay 0.1;                                              
    
       Dio.Close (File => F_Out);
    delay 0.5;

E3 Meta Data

    nblk1=e
    nid=9
    hdr6=4
        [0x00] rec0=23 rec1=00 rec2=01 rec3=018
        [0x01] rec0=1d rec1=00 rec2=08 rec3=000
        [0x02] rec0=12 rec1=00 rec2=05 rec3=006
        [0x03] rec0=18 rec1=00 rec2=0a rec3=07e
        [0x04] rec0=28 rec1=00 rec2=04 rec3=020
        [0x05] rec0=24 rec1=00 rec2=06 rec3=02e
        [0x06] rec0=1d rec1=00 rec2=0b rec3=03c
        [0x07] rec0=13 rec1=00 rec2=02 rec3=058
        [0x08] rec0=1a rec1=00 rec2=03 rec3=00e
        [0x09] rec0=08 rec1=00 rec2=09 rec3=000
        [0x0a] rec0=08 rec1=00 rec2=09 rec3=000
        [0x0b] rec0=0f rec1=00 rec2=09 rec3=000
        [0x0c] rec0=24 rec1=00 rec2=0f rec3=76d
        [0x0d] rec0=80 rec1=00 rec2=00 rec3=002
    tail 0x2153bfdc0861445ee1251 0x42a00088462060003
Free Block Chain:
  0x9: 0000  00 03 00 88 80 0c 20 65 6e 64 20 63 61 73 65 3b  ┆       end case;┆
  0x3: 0000  00 02 03 fc 80 0f 61 67 65 20 28 54 20 28 32 29  ┆      age (T (2)┆
  0x2: 0000  00 0b 03 fc 80 40 20 20 20 20 54 65 78 74 5f 49  ┆     @    Text_I┆
  0xb: 0000  00 06 03 fc 80 1d 46 69 6c 65 20 3d 3e 20 46 5f  ┆      File => F_┆
  0x6: 0000  00 04 00 19 80 16 20 20 20 54 73 2e 49 6e 70 75  ┆         Ts.Inpu┆
  0x4: 0000  00 0a 00 bb 00 0e 20 20 20 20 64 65 6c 61 79 20  ┆          delay ┆
  0xa: 0000  00 05 03 fc 80 21 20 49 6e 76 61 6c 69 64 5f 31  ┆     ! Invalid_1┆
  0x5: 0000  00 0c 03 fc 80 34 20 20 20 20 20 20 20 20 20 20  ┆     4          ┆
  0xc: 0000  00 0e 00 04 80 01 46 01 20 20 20 20 20 20 20 20  ┆      F         ┆
  0xe: 0000  00 0d 00 37 80 03 23 29 3b 03 00 00 00 00 2b 20  ┆   7  #);     + ┆
  0xd: 0000  00 07 03 fc 80 35 70 5f 33 20 3a 20 63 6f 6e 73  ┆     5p_3 : cons┆
  0x7: 0000  00 00 00 08 80 05 31 36 23 30 30 05 6e 73 74 61  ┆      16#00 nsta┆