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

⟦72fa35760⟧ EM, TextFile

    Length: 535 (0x217)
    Types: EM, TextFile
    Names: »ROOT.EM«

Derivation

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

TextFile

set sc_in [get_mem_data 1 %1% 300];

set ty_link_name [#extract [arg 1 [var sc_in]] 0 20];
set ty_link_offset [#extract [arg 1 [var sc_in]] 25 1b];
set dcl_name [#extract [arg 2 [var sc_in]] 20 20];

write for %1% : type link is [var ty_link_name] [var ty_link_offset] declarer is [var dcl_name];

set ty_in [get_mem_data 2 [var ty_link_name] [var ty_link_offset]];

set cs_name [#extract [arg 2 [var ty_in]] 0 20];
set cs_offset [#extract [arg 2 [var ty_in]] 25 1b];

write root is [var cs_name] ([dec [var cs_name]]) [var cs_offset];