|
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: »test7«
└─⟦2c55ea56f⟧ Bits:30001844 SW-save af projekt 1000, Alarm-system └─⟦6b41451d2⟧ └─⟦this⟧ »test7«
pascal80 list.yes codelist.yes process test (var sv : system_vector); procedure readword( var dest, source : integer ); beginbody 0: revld -9 revld -5 readw stvsw 0 pexit 10 endbody; var result : integer; a : array (1..100) of integer; var step : integer; begin trace( 0 ); for step := 1 to 100 do a(step) := step; for step := 1 to 100 do begin readword( result, a(step) ); if result <> step then trace( result ); end; trace( #he ); end. «eof»