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

⟦a9dda71f1⟧ TextFile

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

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

(*procedures for block input/output
198112
inrec(zone,rec,recl);
outrec(zone,rec,recl);
swoprec(zone,rec,recl);
setposition(zone,recno,recl);
*)

function transfer(z: zone,io: operation): integer;
var resultma: 0..7;
begin
  resultma:=sendmessage(z.name,z.flag,z.iomess);
  if resultma=0 then
   begin
    r:=monitor(createarea,
   else
    resultma:=waianswer(resultma,z.iansw);
    ▶EOF◀