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

⟦563261489⟧ EM, TextFile

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

Derivation

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

TextFile

[set OF_KIND_OK 0]
[case %1%]
    [when ACTIVATION_STATE]
 	[#eq,[#extract,%2%,39,7],7F]
	    [set OF_KIND_OK 1]
        [END]
    [when ACTIVATION_LINK]
	[#eq,[#extract,%2%,39,7],3F]
	    [set OF_KIND_OK 1]
        [END]
    [when ACCEPT_LINK]
	[#eq,[#extract,%2%,39,7],5F]
	    [set OF_KIND_OK 1]
        [END]
    [when CONTROL_STATE]
	[#eq,[#extract,%2%,39,7],01]
	    [set OF_KIND_OK 1]
        [END]
    [when AUXILIARY_STATE]
	[#eq,[#extract,%2%,39,7],3F]
	    [set OF_KIND_OK 1]
        [END]
    [when STATIC_CONNECTION]
	[#eq,[#extract,%2%,39,7],11]
	    [set OF_KIND_OK 1]
        [END]
    [when DEPENDENCE_LINK]
	[#eq,[#extract,%2%,39,7],19]
	    [set OF_KIND_OK 1]
        [END]
    [when CONTROL_ALLOCATION]
	[#eq,[#extract,%2%,39,7],41]
	    [set OF_KIND_OK 1]
        [END]
    [when AUXILIARY_ALLOCATION]
	[#eq,[#extract,%2%,39,7],3F]
	    [set OF_KIND_OK 1]
        [END]
[endcase]
[#ne,[var OF_KIND_OK],1]
    [write MACRO ERROR: %2%,%3% is NOT a(n) %1%]
[end]
[kill OF_KIND_OK]«nul»