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

⟦0c21e0cc5⟧ EM, TextFile

    Length: 793 (0x319)
    Types: EM, TextFile
    Names: »IOA_IPC_TESTS.EM«

Derivation

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

TextFile

write;
write IPC,TESTS;
write;
[ne,[arg 1 [xeq IOA TEST_IPC_0 1 2 40 0]],00]
    FAIL_MESSAGE PART,ONE,OF,IPC,TEST,OF,BUFFER,1,TO,2;
    set NUM_FAILS [add,[var NUM_FAILS],1];
[else]
    [ne,[arg 1 [xeq IOA TEST_IPC_1 1 2 40 0]],00]
	FAIL_MESSAGE PART,TWO,OF,IPC,TEST,OF,BUFFER,1,TO,2;
	set NUM_FAILS [add,[var NUM_FAILS],1];
    [else]
	PASS_MESSAGE IPC,TEST,OF,BUFFER,1,TO,2;
    [end]
[end]
[ne,[arg 1 [xeq IOA TEST_IPC_0 E D 40 0]],00]
    FAIL_MESSAGE PART,ONE,OF,IPC,TEST,OF,BUFFER,E,TO,D;
    set NUM_FAILS [add,[var NUM_FAILS],1];
[else]
    [ne,[arg 1 [xeq IOA TEST_IPC_1 E D 40 0]],00]
	FAIL_MESSAGE PART,TWO,OF,IPC,TEST,OF,BUFFER,E,TO,D;
	set NUM_FAILS [add,[var NUM_FAILS],1];
    [else]
	PASS_MESSAGE IPC,TEST,OF,BUFFER,E,TO,D;
    [end]
[end]
[ne,%1%,]
    IOA_IPC_TESTS 1;
[end]