DataMuseum.dk

Presents historical artifacts from the history of:

RC4000/8000/9000

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

See our Wiki for more about RC4000/8000/9000

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download

⟦a074b8fcd⟧ TextFile

    Length: 768 (0x300)
    Types: TextFile
    Names: »pblockiorec«

Derivation

└─⟦621cfb9a2⟧ Bits:30002817 RC8000 Dump tape fra HCØ.  Detaljer om "HC8000" projekt.
    └─⟦0364f57e3⟧ 
        └─⟦c9a650afb⟧ »hcøplib« 
└─⟦667bb35d6⟧ Bits:30007480 RC8000 Dump tape fra HCØ.
    └─⟦4334b4c0b⟧ 
        └─⟦c9a650afb⟧ »hcøplib« 
            └─⟦this⟧ 

TextFile

(*records for blockwise input/output

io_mess=record
        opmode: packed record op: operation; mode: halfword end;
        first,
        last,
        segm: p_int;
        m5,m6,m7,m8: integer;
        bufferadress: integer;
        end;

io_answer=record
        status: bits;
        halfw,
        chars,
        a4,a5,a6,a7,a8: integer;
        bufferaddress: integer;
        result: 0..7;
        end;
zone=record
        name: alfa;
        recl,
        recno,
        segm: p_int;
        state: bits;
        mess: io_mess;
        answ: io_answ;
        bufarea: array Æ1..256Å of integer;
        end;
▶EOF◀