DataMuseum.dk

Presents historical artifacts from the history of:

CR80 Hard and Floppy Disks

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about CR80 Hard and Floppy Disks

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - download

⟦6b109fb2d⟧ TextFile

    Length: 286 (0x11e)
    Types: TextFile
    Names: »WAIT_FOR_TERM.S«

Derivation

└─⟦17728abc9⟧ Bits:30005143 8" CR80 Floppy CR80FD_0130 ( CR/D/1422 FLERCPU Source )
    └─⟦1815caf3d⟧ 
        └─ ⟦this⟧ »WAIT_FOR_TERM.S« 

TextFile

PROCEDURE WAIT_FOR_TERM (R6);
"*************************************************************************

"*************************************************************************
VAR
SAVE:            ARRAY[0..7] OF INTEGER;
INPUT_LAST:      INTEGER;






BEGIN

     EXIT(R6);
END;