|
DataMuseum.dkPresents historical artifacts from the history of: RC3500 |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about RC3500 Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - download
Length: 768 (0x300) Types: TextFileVerbose Names: »measureenv«
└─⟦041268bb6⟧ Bits:30003098 SW2001/2/3.02 RC3502 Operating System └─⟦6fc3bf78b⟧ └─⟦this⟧ »measureenv«
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»