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

⟦2bc7b554d⟧ TextFile

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

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

; looptimetx    * page  ;
base_time = set 1
 
base_time = algol
 

external real procedure base_time
_________________________________
_                  (cpu, time, base);
real                cpu, time, base;  
begin
  systime(1, 0, base);  
  cpu := systime(1, base, time);  
    base_time := base;
end base_time;  
end;

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