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

⟦1e4fa42a7⟧ TextFile

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

Derivation

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

TextFile

begin integer a,b,c,d;
integer array tal(1:256);
zone z(128,1,stderror);
open(z,4,<:pst1:>,0);
for a:=1 step 1 until 256 do tal(a):=0;
read(in,a); tal(1):=a;
c:=2;
for a:=a while a>0 do
  begin
  if a<512 then d:=a//2 else d:=256;
  for b:=c step 1 until d do
   read(in,tal(b));
  outrec6(z,512);
  tofrom(z,tal,512);
  c:=1;
  a:=a-d*2;
  for b:=1 step 1 until 256 do tal(b):=0;
  end;
close(z,true);
end
▶EOF◀