|
|
DataMuseum.dkPresents historical artifacts from the history of: Rational R1000/400 |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about Rational R1000/400 Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - download
Length: 3072 (0xc00)
Types: Ada Source
Notes: 03_class, FILE, R1k_Segment, e3_tag, package body Intermediate_Code, seg_037b61, seg_038271
└─⟦8527c1e9b⟧ Bits:30000544 8mm tape, Rational 1000, Arrival backup of disks in PAM's R1000
└─⟦5a81ac88f⟧ »Space Info Vol 1«
└─⟦this⟧
package body Intermediate_Code is
package Int_Io is new Text_Io.Integer_Io (Integer);
The_File : Text_Io.File_Type;
procedure Open (S : String; Mode : Text_Io.File_Mode) is
begin
Text_Io.Open (File => The_File, Mode => Mode, Name => S, Form => "");
end Open;
procedure Close is
begin
Text_Io.Close (File => The_File);
end Close;
procedure Put (N1, N2, N3, N4, N5 : Natural := 0) is
begin
Text_Io.Put (The_File, Natural'Image (N1));
Text_Io.Put (The_File, ' ');
Text_Io.Put (The_File, Natural'Image (N2));
Text_Io.Put (The_File, ' ');
Text_Io.Put (The_File, Natural'Image (N3));
Text_Io.Put (The_File, ' ');
Text_Io.Put (The_File, Natural'Image (N4));
if N5 /= 0 then
Text_Io.Put (The_File, ' ');
Text_Io.Put (The_File, Natural'Image (N5));
end if;
Text_Io.Put_Line (The_File, "");
end Put;
function Get return Integer is
N : Integer;
begin
Int_Io.Get (The_File, N);
return N;
end Get;
function End_Of_Line return Boolean is
begin
return Text_Io.End_Of_Line (The_File);
end End_Of_Line;
function End_Of_File return Boolean is
begin
return Text_Io.End_Of_File (The_File);
end End_Of_File;
procedure Skip_Line is
begin
Text_Io.Skip_Line (The_File);
end Skip_Line;
end Intermediate_Code;
nblk1=2
nid=0
hdr6=4
[0x00] rec0=22 rec1=00 rec2=01 rec3=004
[0x01] rec0=19 rec1=00 rec2=02 rec3=001
tail 0x21530fca684e5691f0512 0x42a00088462060003