DataMuseum.dk

Presents historical artifacts from the history of:

Rational R1000/400 DFS 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 DFS Tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - download

⟦26a316fe6⟧ EM, TextFile

    Length: 215 (0xd7)
    Types: EM, TextFile
    Names: »ECC_DISPLAY_BITS.EM«

Derivation

└─⟦24d56d853⟧ Bits:30000744 8mm tape, Rational 1000, DFS, D_12_6_5 SEQ293
    └─ ⟦this⟧ »ECC_DISPLAY_BITS.EM« 
└─⟦9031b0687⟧ Bits:30000407 8mm tape, Rational 1000, DFS, D_12_7_3
    └─ ⟦this⟧ »ECC_DISPLAY_BITS.EM« 

TextFile

[#ne [var ecc_bits],0]
[set ecc_bit_number [count_leading_zeros [var ecc_bits]]];
write [var ecc_msg] [convert [var ecc_bit_number],10,a];
[set ecc_bits [#insert 0 [var ecc_bits] [var ecc_bit_number] 1]];
%0%;
[end]