home *** CD-ROM | disk | FTP | other *** search
/ Compute! Gazette 1984 December / 1984-12.d64 / mn (.txt) < prev    next >
Commodore BASIC  |  2022-09-20  |  2KB  |  58 lines

  1. 10 goto110
  2. 12 poke53265,27
  3. 13 printchr$(14)"[147] [194]efore attempting to run any programs"
  4. 14 print" please refer to the instructions in"
  5. 16 print" the [195][207][205][208][213][212][197]!'s [199]azette [205]agazine issue"
  6. 18 print" dated the same month as this disk."
  7. 20 print"       [208][210][197][211][211] [193][206][217] [203][197][217] [198][207][210] [212][200][197] [205][197][206][213]"
  8. 22 getmt$:ifmt$=""then22
  9. 24 return
  10. 110 poke53282,8:poke53283,15:poke53284,2
  11. 120 gosub500
  12. 140 sp$="                                      "
  13. 150 a$="table of contents for "+mo$+" 1984":cx=20-len(a$)/2
  14. 151 z$="":a$=left$(sp$,cx)+a$+sp$:fori=1to40
  15. 152 z$=z$+chr$(asc(mid$(a$,i))+128):next
  16. 172 np=int(it/8):cp=0
  17. 173 gosub12
  18. 175 poke53265,peek(53265)or64
  19. 176 poke53280,14:poke53281,14
  20. 177 print"[147][142]----------------------------------------";
  21. 180 print"[158][160][160][160][195][207][205][208][213][212][197][167][211][160][199][193][218][197][212][212][197][160][198][207][210][160][214][201][195][173][178][176][160][193][206][196][160][182][180][160][160]";z$;
  22. 200 print"[158][160][160][168][195][169][160][177][185][184][180][160][195][207][205][208][213][212][197][161][160][208][213][194][204][201][195][193][212][201][207][206][211][172][160][201][206][195][174][160][160]"
  23. 245 print"[145][146]----------------------------------------";
  24. 250 s=cp*8:e=cp*8+7:ife>itthene=it
  25. 260 fori=stoe:print"[160][198]";chr$(177+i-cp*8);"[160][151]";n$(i);
  26. 270 printleft$(sp$,35-len(n$(i)));
  27. 280 print"[146][156]----------------------------------------";
  28. 300 next
  29. 310 print:print"this is page #";cp+1;"of";np+1
  30. 320 print"press [158][210][197][212][213][210][206][146] for next page"
  31. 340 geta$:ifa$<>chr$(13)and(a$<"[133]"ora$>"[140]")then340
  32. 350 ifa$=chr$(13)thencp=cp+1:ifcp>npthencp=0
  33. 355 ifa$=chr$(13)then175
  34. 360 fv=(asc(a$)-133)*2+1:fv=fv+7*(fv>8)
  35. 365 c=fv+cp*8-1:ifc>itthen340
  36. 470 sys65409:print"[142]load";chr$(34);f$(c);chr$(34);",8":i$="run"
  37. 480 fori=1tolen(i$):poke631+i,asc(mid$(i$,i)):next
  38. 481 poke53280,6:print"";
  39. 482 printtab(18-len(f$(c))/2-4)"loading ";chr$(34)f$(c)chr$(34)
  40. 483 print"           please stand by"
  41. 490 poke631+i,13:poke631,13:poke198,i+1:end
  42. 499 end
  43. 500 open15,8,15,"i0"
  44. 510 open1,8,8,"0:64 contents,s,r":input#15,en,em$:if en>0 then 600
  45. 520 input#1,mo$:input#1,it:dimn$(it),f$(it)
  46. 530 fori=0toit:input#1,n$(i):input#1,f$(i):next
  47. 540 close1:close15:return
  48. 600 close1:close15
  49. 610 print"[147][195]an't read [212]able of [195]ontents"
  50. 615 print"[196]isk [197]rror:";en;em$
  51. 620 print"[195]heck:"
  52. 630 print"1) [195]orrect disk inserted?
  53. 640 [153]"2) right$s drive door closed?
  54. 650 print"3) [193]ll cables attached?"
  55. 660 print"[210]emove, then re-insert disk, press any  key to try again."
  56. 670 geta$:ifa$=""then670
  57. 680 run
  58.