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

⟦84594c50a⟧ TextFile

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

Derivation

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

TextFile

(kklookbs=algol
scope user kklookbs)
begin
  integer i,j,k;
  array processname,devicename(1:3);
  integer array claimroom(1:12);
  processname(1):=processname(2):=devicename(1):=devicename(2):=
  real extend 0;
  k:=readparam(processname);
  k:=readparam(processname);
  k:=readparam(devicename);
  i:=lookbs(processname,devicename,claimroom);
  j:=k:=1;
  if i<>0 then write(out,<:result= :>,i,
  false add 32,3,string(processname(increase(j))),
  false add 32,3,string(devicename(increase(k))))
  else
  for i:=1 step 1 until 8 do write(out,claimroom(i));
end;
▶EOF◀