DataMuseum.dk

Presents historical artifacts from the history of:

Rational R1000/400 Tapes

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 Tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - download

⟦08f817f2f⟧ TextFile

    Length: 504 (0x1f8)
    Types: TextFile
    Names: »V«

Derivation

└─⟦bad92a95e⟧ Bits:30000535 8mm tape, Rational 1000, RPC 1_0_2
    └─ ⟦bb34fe6e2⟧ »DATA« 
        └─⟦15d8b76c6⟧ 
            └─⟦this⟧ 

TextFile

with Byte_Defs;
with Transport_Defs;
package Utils is

    subtype Unsigned_Byte is Natural range 0 .. 255;
    function To_Unsigned_Byte (B : Byte_Defs.Byte) return Unsigned_Byte;

    function To_Signed_Byte (B : Unsigned_Byte) return Byte_Defs.Byte;

    function Byte_String_To_Integer (Bs : Byte_Defs.Byte_String) return Integer;


    function Byte_String_To_String (Bs : Byte_Defs.Byte_String) return String;
    function String_To_Byte_String (S : String) return Byte_Defs.Byte_String;
end Utils;