|
|
DataMuseum.dkPresents historical artifacts from the history of: RC4000/8000/9000 |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about RC4000/8000/9000 Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - download
Length: 768 (0x300)
Types: TextFile
Names: »tcopytest«
└─⟦00964e8f7⟧ Bits:30007478 RC8000 Dump tape fra HCØ.
└─⟦b2ec5d50f⟧
└─⟦this⟧ »tcopytest«
pap=set 100
mode list.yes
;wa
;o u80
pap=pascal list.yes survey.yes heap.50 codesize.150
(*$C-*)
program pap(output);
var i,j,k: integer;
name: alfa;
t,t1: real;
tail: array Æ1..10Å of integer;
(*$I papi *)
value k=5;
t1=0.0;
begin
name:='pascal';
i:=monitor(42,name,tail);
for j:=5 to 10 do
writeln(j:2,tailÆjÅ,tailÆjÅ div 4096,tailÆjÅ mod 4096);
t:=tailÆ6Å;
t:=systime(6,0.0,t)+t/1000000;
writeln('time ',t:14:3);
writeln('shortclock',systime(7,0.0,t1));
end.
;
pap
o c
mode list.no
▶EOF◀