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

⟦795b64af5⟧ TextFile

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

Derivation

└─⟦2c55ea56f⟧ Bits:30001844 SW-save af projekt 1000, Alarm-system
    └─⟦093e2ad1c⟧ 
        └─⟦this⟧ »hlvpriv« 

TextFile

job hlv 2 1000 stat 1 time 11 0 mounts 2
(mode list.yes
t=set 100 disc
t=algol list.yes
if ok.no 
finis
t
t
finis)
begin
zone z((512+5)//6*2,2,error);

procedure error(z,s,b);
zone z;
integer s,b;
begin
if s shift (-1) extract 1 = 1 then
<* ok *>
else
if s shift (-16) extract 1 = 1 then goto stop
else stderror(z,s,b);
end;

integer i;
open(z,18,<:mto:>,1 shift 7);
setposition(z,0,0);
while true do
begin
  i:= inrec6(z,0);
  inrec6(z,i);
end;
stop:
  close(z,true);
end;
▶EOF◀