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

⟦f8778781e⟧ EM, TextFile

    Length: 2534 (0x9e6)
    Types: EM, TextFile
    Names: »TILE_MEM_TAGSTORE2.EM«

Derivation

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

TextFile


!\f


[xeq mem[var BOARD_NUM] fill_ts_good_parity]
[set RESULT [xeq mem[var BOARD_NUM] test_ts_par_detectors true]]
[eq,[arg 1,[var RESULT]],false]
    [FAIL_MESSAGE Tagstore Good Parity Test]
    [set NUM_FAILS [add,[var NUM_FAILS],1]]
    [write,[ASCII,7]]
    [NAME_MESSAGE set_density_bit true]
    [NAME_MESSAGE fill_ts_good_parity]
    [NAME_MESSAGE test_ts_par_detectors true][write]
[else]
    [eq,[arg 2,[var RESULT]],false]
        [FAIL_MESSAGE Tagstore Good Parity Test]
        [set NUM_FAILS [add,[var NUM_FAILS],1]]
        [write,[ASCII,7]]
        [NAME_MESSAGE set_density_bit true]
        [NAME_MESSAGE fill_ts_good_parity]
        [NAME_MESSAGE test_ts_par_detectors true][write]
    [else]
        [PASS_MESSAGE Tagstore Good Parity Test]
    [end]
[end]

[xeq mem[var BOARD_NUM] fill_ts_bad_parity true]
[set RESULT [xeq mem[var BOARD_NUM] test_ts_par_detectors false]]
[eq,[arg 1,[var RESULT]],false]
    [FAIL_MESSAGE Tagstore Bad Parity Test - Late sets]
    [set NUM_FAILS [add,[var NUM_FAILS],1]]
    [write,[ASCII,7]]
    [NAME_MESSAGE set_density_bit true]
    [NAME_MESSAGE fill_ts_bad_parity true]
    [NAME_MESSAGE test_ts_par_detectors false][write]
[else]

    [eq,[arg 2,[var RESULT]],false]
        [FAIL_MESSAGE Tagstore Bad Parity Test - Late sets]
        [set NUM_FAILS [add,[var NUM_FAILS],1]]
        [write,[ASCII,7]]
        [NAME_MESSAGE set_density_bit true]
        [NAME_MESSAGE fill_ts_bad_parity true]
        [NAME_MESSAGE test_ts_par_detectors false][write]
    [else]
        [PASS_MESSAGE Tagstore Bad Parity Test - Late sets]
    [end]
[end]

[xeq mem[var BOARD_NUM] clear_tagstore]
[xeq mem[var BOARD_NUM] fill_ts_bad_parity false]
[set RESULT [xeq mem[var BOARD_NUM] test_ts_par_detectors false]]
[eq,[arg 1,[var RESULT]],false]
    [FAIL_MESSAGE Tagstore Bad Parity Test - Early sets]
    [set NUM_FAILS [add,[var NUM_FAILS],1]]
    [write,[ASCII,7]]
    [NAME_MESSAGE set_density_bit true]
    [NAME_MESSAGE clear_tagstore]
    [NAME_MESSAGE fill_ts_bad_parity false]
    [NAME_MESSAGE test_ts_par_detectors false][write]
[else]
    [eq,[arg 2,[var RESULT]],false]
        [FAIL_MESSAGE Tagstore Bad Parity Test - Early sets]
        [set NUM_FAILS [add,[var NUM_FAILS],1]]
        [write,[ASCII,7]]
        [NAME_MESSAGE set_density_bit true]
        [NAME_MESSAGE clear_tagstore]
        [NAME_MESSAGE fill_ts_bad_parity false]
        [NAME_MESSAGE test_ts_par_detectors false][write]
    [else]
        [PASS_MESSAGE Tagstore Bad Parity Test - Early sets]
    [end]
[end]