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

⟦4ec118b23⟧ EM, TextFile

    Length: 560 (0x230)
    Types: EM, TextFile
    Names: »SAVE_MEM_STATE.EM«

Derivation

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

TextFile

! Must save state starting with the highest priority board so that SET_INH
! doesn't screw the experiment. Save_state clears DRIVE_HIT, preventing the
! assertion of SET_INH to the lower priority boards so that memory experiments
! will work correctly on them.
[eq [mem3_exists],TRUE]
    define_mem_vars 3 [xeq mem3 save_state];
[end]
[eq [mem2_exists],TRUE]
    define_mem_vars 2 [xeq mem2 save_state];
[end]
[eq [mem1_exists],TRUE]
    define_mem_vars 1 [xeq mem1 save_state];
[end]
[eq [mem0_exists],TRUE]
    define_mem_vars 0 [xeq mem0 save_state];
[end]