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

⟦b97710f99⟧ EM, TextFile

    Length: 1024 (0x400)
    Types: EM, TextFile
    Names: »LTR.EM«

Derivation

└─⟦b4205821b⟧ Bits:30000743 8mm tape, Rational 1000, DFS, D_12_7_3 SEQ288
    └─ ⟦this⟧ »LTR.EM« 
└─⟦b434774df⟧ Bits:30000528 8mm tape, Rational 1000, DFS, D_12_6_5
    └─ ⟦this⟧ »LTR.EM« 
└─⟦bc1274df5⟧ Bits:30000750 8mm tape, Rational 1000, DFS backup from PAM's R1000
    └─ ⟦this⟧ »LTR.EM« 

TextFile

set SPACE    [eq,%1%,][read SPACE,,,,: ][else]%1%[end];
set NAME     [eq,%2%,][read NAME,,,,,: ][else]%2%[end];
set BIT_OFFS [eq,%3%,][read BIT_OFFS,: ][else]%3%[end];
set BIT_OFFS [and,[var BIT_OFFS],0FFFFFF80];
tag_query,3,[var SPACE],[var NAME],[var BIT_OFFS];
[#le,[var SET_NUM],0F]
  display_tag,[var SET_NUM],[line_num,[var SPACE],[var NAME],[var BIT_OFFS]],
              [var TS_DATA];
  write SPACE = [#extract,[var TS_DATA],3D,03],,
        NAME  = [#extract,[var TS_DATA],00,20],,
        PAGE  = [#extract,[var TS_DATA],20,13];
[else]
  write NO BOARDS HIT - PAGE NOT IN MEMORY;
[end]
kill SPACE;
kill NAME;
kill BIT_OFFS;
kill SET_NUM;
kill TS_DATA;«nul»