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

⟦9344ff16b⟧ TextFile

    Length: 688 (0x2b0)
    Types: TextFile
    Names: »IMPORT.I«

Derivation

└─⟦8c095a7f3⟧ Bits:30005798 CR80 Disc Pack ( Vol ILS systemdisk XAMOS TOS 10:01 hard boot #43c 19-7-87/JFJ )
    └─ ⟦this⟧ »PREFIXES.D!XAMOS.D!LINEIO.D!V01CT.D!PASCAL.D!IMPORT.I« 
└─⟦c2e810e96⟧ Bits:30005799 CR80 Disc Pack ( XAMOS 841129 ILS TOS 10-01 System Disk Tilhører ILS/MSG hard boot boot entry #43c )
    └─ ⟦this⟧ »PREFIXES.D!XAMOS.D!LINEIO.D!V01CT.D!PASCAL.D!IMPORT.I« 

TextFile

%IMPORT: STREAM_INLINE
%IMPORT: STREAM_OUTLINE


PROCEDURE STREAM_INLINE (     INSTREAM      : STREAM ;
                          VAR FIRST_ELEMENT : UNIV ELEMENT ;
                              BYTEOFFSET    : INTEGER ;
                          VAR NO_OF_BYTES   : INTEGER ;
                          VAR CC            : COMPLETION_CODE            );

EXTERN ;



PROCEDURE STREAM_OUTLINE (     OUTSTREAM     : STREAM ;
                               FIRST_ELEMENT : UNIV ELEMENT ;
                               BYTEOFFSET    : INTEGER ;
                               NO_OF_BYTES   : INTEGER ;
                           VAR CC            : COMPLETION_CODE            );

EXTERN  ;
 ▶10◀