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

⟦e461a3f73⟧ TextFile

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

Derivation

└─⟦2c55ea56f⟧ Bits:30001844 SW-save af projekt 1000, Alarm-system
    └─⟦6b41451d2⟧ 
        └─⟦this⟧ »test7« 

TextFile

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◀