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

⟦f89108aeb⟧ TextFile

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

Derivation

└─⟦621cfb9a2⟧ Bits:30002817 RC8000 Dump tape fra HCØ.  Detaljer om "HC8000" projekt.
    └─⟦0364f57e3⟧ 
        └─⟦787c125fb⟧ »adjprocfile« 
└─⟦00964e8f7⟧ Bits:30007478 RC8000 Dump tape fra HCØ.
    └─⟦b2ec5d50f⟧ 
        └─⟦787c125fb⟧ »adjprocfile« 
            └─⟦this⟧ 

TextFile

;  loop_time tx     * page  ;
  
loop_time = set 1
 
loop_time = algol
 

external integer procedure loop_time
____________________________________
_                (out, jj, cpu, time, base);  
value                      cpu, time, base;  
zone              out;  
integer                jj;  
real                       cpu, time, base;  
begin
  real t;  
  cpu  := systime(1, base, t) - cpu;  
  time := t - time;  
  loop_time := write(out, sp, 15 - jj, <<dddddd.ddd>, 
  _            <:__cpu_=_:>, cpu, <:__real_=_:>, time);  
end loop_time;  
 
end;
 

if ok.no
mode warning.yes
 
if warning.yes
(mode 0.yes
message loop_time not ok
lookup loop_time)
  
end
▶EOF◀