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

⟦a5c077f1b⟧ TextFile

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

Derivation

└─⟦041268bb6⟧ Bits:30003098 SW2001/2/3.02 RC3502 Operating System
    └─⟦6fc3bf78b⟧ 
        └─⟦this⟧ »measureenv« 

TextFile

measurement_environment;
type
time_stamp=record
hour:coded_time;
msec:integer;
end;
measure_rec=record
access_count:integer;
name_ptr:addr;
hours,minutes:byte;
h_secs:integer
end;
measurement_area=record
current,former:time_stamp;
dif_msec,dif_minute,dif_hour:integer;
table:array(0..255)of measure_rec;
end;
procedure trap_code_rc;external;
procedure start_measure(var sem:semaphore);external;
procedure stop_measure(var sem:semaphore);external;
.
▶EOF◀