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

⟦8feebd766⟧ Ada Source

    Length: 5120 (0x1400)
    Types: Ada Source
    Notes: 03_class, FILE, R1k_Segment, e3_tag, package body Application, seg_00d326

Derivation

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

E3 Source Code



with Calendar;
with Gui_Interface;
with Text_Io;
with Z80;
package body Application is

    Cnt_Pb_Counter, Cnt_Pb_Date, Cnt_Pb_Reset, Cnt_Pb_Upper,
    Cnt_Pb_Lower, Cnt_Pb_Clear, Cnt_Pb_Quit, Value : Integer := 0;

    Upper_To_Lower : constant Integer :=
       Character'Pos ('a') - Character'Pos ('A');

    Lower_To_Upper : constant Integer := -Upper_To_Lower;

    subtype Lower is Character range 'a' .. 'z';
    subtype Upper is Character range 'A' .. 'Z';

    T : Calendar.Time;

    function I (Int : Integer) return String renames Integer'Image;

    function Month (M : Calendar.Month_Number) return String is separate;

    procedure Date is separate;

    procedure Counter is separate;

    procedure Reset is separate;

    procedure Upper_Case is separate;

    procedure Lower_Case is separate;

    procedure Clear is separate;

    procedure Quit is separate;

    procedure Next_Event is
    begin
        Date;
        Counter;
        Reset;
        Upper_Case;
        Lower_Case;
        Clear;
        Quit;
    end Next_Event;

end Application;

E3 Meta Data

    nblk1=4
    nid=3
    hdr6=4
        [0x00] rec0=29 rec1=00 rec2=01 rec3=01a
        [0x01] rec0=0a rec1=00 rec2=04 rec3=000
        [0x02] rec0=0b rec1=00 rec2=03 rec3=000
        [0x03] rec0=a3 rec1=8f rec2=76 rec3=000
    tail 0x2170a186682154d8ba407 0x42a00088462060003
Free Block Chain:
  0x3: 0000  00 02 00 ac 80 0c 61 6d 5f 43 6f 75 6e 74 65 72  ┆      am_Counter┆
  0x2: 0000  00 00 00 04 80 01 72 01 02 03 04 05 06 07 08 09  ┆      r         ┆