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

⟦a5f343b3b⟧ TextFile

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

Derivation

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

TextFile

mode list.yes
clock=algol survey.yes
begin
  zone          clock (1, 1, stderror);
  integer array dummy (1:1), sdescr (1:12);

  open (clock, 2, <:clock:>, 0);

  getshare (clock, sdescr, 1);
  sdescr (4) := 0;
  sdescr (5) := 0;
  sdescr (6) := 0;
  setshare (clock, sdescr, 1);

  monitor (16, clock, 1, dummy);
end;
▶EOF◀