PASCAL-80 Compiler V2.0 :F1:SIX1.PA1 Page: 1 ISIS-II PASCAL-80 Compiler V2.0 invoked by: >[compiler] :F1:SIX1.PA1 CODE(:F1:SIX1.CO1) LIST(:F1:SIX1.LS1) Line Seg Proc Lev Disp 1 1 1 1 { Component 1 Compilation Unit - Source on SIX1.PA1 } 2 1 1 1 3 1 1 1 component six1c1; 4 10 1 1 segment procedure aa; 5 10 1 1 var name: procname; 6 10 1 0 0 begin 7 10 1 1 0 name := 'aa'; 8 10 1 1 10 write(header,name); 9 10 1 1 52 level := increment(level); 10 10 1 1 62 bb; 11 10 1 0 67 end; { aa } 12 10 1 0 82 13 1 2 0 0 begin 14 1 1 0 0 end. PASCAL-80 Compiler V2.0 :F1:SIX1.PA1 Page: 2 Procedure/Function Statistics: Name P/F Seg Proc Lev Param Size Local Vars Total Data Code Size AA P 10 1 1 0 12 24 82 Symbol table space remaining : 14080 bytes 14 lines compiled No errors detected