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
Index: ┃ T U

⟦d148906b5⟧ TextFile

    Length: 571 (0x23b)
    Types: TextFile
    Names: »UPDATE_CRC_SPEC«

Derivation

└─⟦afbc8121e⟧ Bits:30000532 8mm tape, Rational 1000, MC68020_OS2000 7_2_2
    └─ ⟦77aa8350c⟧ »DATA« 
        └─⟦f794ecd1d⟧ 
            └─⟦this⟧ 

TextFile

with System;

procedure Update_Os2000_Crc (Data : in out System.Byte_String);

--  This subprogram is used to generate the correct CRC needed within
--  an OS2000 execuatable module.  The body of this subprogram uses
--  R1000 Machine_Code for execution efficiency.  Because R1000 Machine_Code
--  is not available on customer machines this subprogram has been Comp.Loaded
--  into a different subprogram with the name Update_Crc which is actually
--  used during the conversion process.  The subprogram spec and its body
--  are provided for documentation purposes only.