compare-64 rev. 2.2 old master = compare-64 2.0 new master = compare-64 2.2 file type = prg line number differences are ignored line length= 80 depth = 160 ***** changed at 10 , 11 ***** old master had: 45 gosub 8100: rem initialize 'string thing' , part 1 49 rv$="2.0" new master has: 44 poke52,peek(56)-1:poke56,peek(56)-1:clr 45 gosub 8100: rem initialize 'string thing' , part 1 46 ad=peek(56)*256+peek(255):rem address of string thing 49 rv$="2.2" ***** inserted at 82 ***** 840 input"run again ";an$ 850 if left$(an$,1)="y"thenrun45 ***** changed at 113 ***** old master had: 1210 end new master has: 1210 goto 840 ***** changed at 154 ***** old master had: 4500 sys 49152:ds(j)=st new master has: 4500 sys (ad):ds(j)=st:rem input via string thing ***** changed at 245 ***** old master had: 8250 for j=49152 to 49189:read x:pokej,x:t=t+x:next j new master has: 8250 for j=ad to ad+37:read x:pokej,x:t=t+x:next j end of comparison
Amiga7878