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

⟦72cebca65⟧ TextFile

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

Derivation

└─⟦01e83a425⟧ Bits:30008166 Bånd med SW8010 og SW8500 source code
    └─⟦75ff9bef3⟧ 
        └─⟦this⟧ »ztmptx      « 

TextFile

mode list.yes
z=algol rts.algftnrts survey.yes
begin
  integer             i, hwds;
  integer array       zdescr (1:20);
  zone                z (1 shift 23 + 128, 1, stderror);

  open (z, 4, <:pip:>, 0);

  i := 0;

  getzone (z, zdescr);
  write (out, <:<10>i = :>, << dd>, i, 
              <:, z.file  count = :>, zdescr (7),
              <:, z.block count = :>, zdescr (8),
              <:, z.segm  count = :>, zdescr (9));

  for i := 1 step 1 until 20 do
  begin
    hwds := inrec6 (z, 0);
    inrec6 (z, hwds);

    getzone (z, zdescr);
    write (out, <:<10>i = :>, << dd>, i,
              <:, z.file  count = :>, zdescr (7),
              <:, z.block count = :>, zdescr (8),
              <:, z.segm  count = :>, zdescr (9));
  end;


end;

end
▶EOF◀