|
|
DataMuseum.dkPresents historical artifacts from the history of: RC4000/8000/9000 |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about RC4000/8000/9000 Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - download
Length: 768 (0x300)
Types: TextFile
Names: »kkbuflistt«
└─⟦621cfb9a2⟧ Bits:30002817 RC8000 Dump tape fra HCØ. Detaljer om "HC8000" projekt.
└─⟦0364f57e3⟧
└─⟦this⟧ »kkbuflistt«
kkbuflist=algol
begin
zone z(1536,1,stderror);
integer array field ia;
array name(1:3);
integer i,j,k,n,m,p;
ia:=0;
k:=system(4,1,name);
if k extract 12 <> 10 then k:=system(4,2,name);
if k extract 12 <> 10 then goto core;
open(z,4,name,0);
setposition(z,0,0);
inrec6(z,3072);
for i:=1200 step 1 until 1300 do
begin
write(out,<< ddddddddd>,z.ia(i));
if i mod 8 = 0 then write(out,<:<10>:>);
end;
close(z,true);
core:
end;
▶EOF◀