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

⟦f63d7c0e9⟧ EM, TextFile

    Length: 378 (0x17a)
    Types: EM, TextFile
    Names: »GET_FILL_MODE_LITERAL.EM«

Derivation

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

TextFile

[set kbdin [read,FILL_MODE_LITERAL,:,]]
[eq,[var,kbdin],]
    %1%
[else]
    [eq,[var,kbdin],?]
	[#insert,[prompt_fill_mode_literal],%1%,19,1]
    [else]
        [eq [var kbdin],SIGN_EXTEND]
	    [#insert,0,%1%,19,1]
	[else]
	    [eq [var kbdin],ZERO_FILL]
		[#insert,1,%1%,19,1]
	    [else]
	        [#insert,[var kbdin],%1%,19,1]
	    [end]
	[end]
    [end]
[end]
[kill kbdin]