home *** CD-ROM | disk | FTP | other *** search
- 10 clr:poke53280,6:poke53281,5:print"[147]"
- 100 data 162,1,32,198,255,160,0
- 110 data 140,0,34,32,228,255,172,0,34
- 120 data 153,0,33,166,144,208,3,200
- 130 data 208,237,142,1,34,32,204,255
- 140 data 162,2,32,201,255,160,255
- 150 data 200,185,0,33,32,210,255
- 160 data 204,0,34,208,244,32,204,255
- 170 data 174,1,34,240,197,96
- 200 for j=8192 to 8251
- 210 read x:t=t+x
- 220 poke j,x
- 230 next j
- 240 if t<>7628 then stop
- 400 print "buffering demo - jim butterfield"
- 410 print
- 420 input "name of disk (text) file";f$
- 430 print
- 440 print "(output to screen)"
- 450 open 1,8,2,f$
- 460 open 2,3
- 470 sys 8192
- 480 close 2
- 490 close 1
- 999 rem 2000-203b is 8192 to 8251
-