home *** CD-ROM | disk | FTP | other *** search
/ Compute! Gazette 1994 July / 1994-07a.d64 / menu.feature (.txt) < prev    next >
Commodore BASIC  |  2022-09-20  |  3KB  |  81 lines

  1. 10 ifa=0thena=1:load"text reader",8,1
  2. 30 poke56,56:poke55,0:clr
  3. 40 f=49153:fl=49170:fori=820to1023:pokei,0:next
  4. 50 n=2:n=n-1:dimt$(n),a$(n),p$(n)
  5. 60 fori=0ton:readt$(i),a$(i),p$(i),pp(i) :next
  6. 70 sp$="                                      "
  7. 80 a$="gazette's july features":cx=20-len(a$)/2
  8. 90 z$="":a$=left$(sp$,cx)+a$+sp$:fori=1to40
  9. 100 z$=z$+chr$(asc(mid$(a$,i))+128):next
  10. 110 np=int(n/8):cp=0:tt=183
  11. 120 poke53280,15:poke53281,15
  12. 130 poke53282,8:poke53283,1:poke53284,6
  13. 140 rem gosub610:rem opening advisory
  14. 150 print"[147]":poke53280,15:poke53281,15:poke53265,peek(53265)or64
  15. 160 printchr$(142)"[147][160][160][160][160][160][160][160][160][160][160][160][160][160][160][160][160][160][160][160][160][160][160][160][160][160][160][160][160][160][160][160][160][160][160][160][160][160][160][160][160]";
  16. 170 print""z$;
  17. 180 print"[160][160][168][195][169][160][177][185][185][180][160][195][207][205][208][213][212][197][160][208][213][194][204][174][160][201][206][212][167][204][172][160][204][212][196][174][160][160]";
  18. 190 print"[160][160][160][160][160][160][160][160][160][160][160][160][160][160][160][160][160][160][160][160][160][160][160][160][160][160][160][160][160][160][160][160][160][160][160][160][160][160][160][160][160][160][145]"
  19. 200 print"[146][144]----------------------------------------";
  20. 210 s=cp*8:e=cp*8+7:ife>nthene=n
  21. 220 fori=stoe:print"[160]";chr$(177+i-cp*8);"[160][151]";t$(i);
  22. 230 printleft$(sp$,36-len(t$(i)));
  23. 240 print"[146][144]----------------------------------------";:next
  24. 250 print"this is page #";cp+1;"of";np+1
  25. 260 rem print"press [210][197][212][213][210][206][146] for next page[145][145]"
  26. 265 gosub 900
  27. 266 :
  28. 270 print"[145][145][160][208][210][197][211][211][160][177][173]"chr$(tt);
  29. 280 print"[160][212][207][160][204][207][193][196][160][193][160][198][197][193][212][213][210][197][160][160][160][160][160][160][160][160][160][160][160][160]";
  30. 290 print"[160][160][160][160][160][160][208][210][197][211][211][160][216][160][212][207][160][197][216][201][212][160][212][207][160][205][193][201][206][160][205][197][206][213][160][160][160][160][160][160]";
  31. 300 geta$:ifa$<>chr$(13)and(a$<"1"ora$>"8"anda$<>"x")then300
  32. 310 ifa$="x"then 950
  33. 320 ifa$=chr$(13)thencp=cp+1:ifcp>npthencp=0
  34. 330 ifa$=chr$(13)then150
  35. 340 fv=(asc(a$)-48):fv=fv+7*(fv>8)
  36. 350 c=fv+cp*8-1
  37. 360 ifc>nthen300
  38. 365 goto580
  39. 370 print"[147]":poke53265,27:ifcp=1 and c=11 then 580
  40. 470 ifc<>3then550
  41. 480 b=0:c=1
  42. 490 cx=21-len(q$(c))/2:b$=left$(sp$,cx)+q$(c)
  43. 500 print""b$
  44. 510 geta$:ifa$=""then510
  45. 520 ifa$=chr$(13)thenp$(c)=r$(c):goto550
  46. 530 ifb=0thenc=c+1:b=1:goto490
  47. 540 c=c-1:b=0:goto490
  48. 550 print"[147][146][155]load[146]";chr$(34);p$(c);chr$(34);",8":print"run"
  49. 560 d$=p$(c):gosub850
  50. 570 poke631,13:poke632,13:poke631,13:poke198,2:end
  51. 580 fori=1tolen(a$(c)):pokei+f,asc(mid$(a$(c),i,1)):next
  52. 590 pokefl,len(a$(c))+2:d$=t$(c)
  53. 600 print"[147]":d$=a$(c):gosub850:sys49171:goto150
  54. 610 printchr$(14)"[147] [201][205][208][207][210][212][193][206][212] [206][207][212][201][195][197]:"
  55. 611 print" [198]eatures and [195]olumns are found on"
  56. 617 print" the flip side of this disk."
  57. 618 print" [210]emember to [198][204][201][208] [212][200][197] [196][201][211][203] before"
  58. 619 print" making a feature or column"
  59. 620 print" selection. [193]lso, be sure to flip"
  60. 621 print" back before exiting to the main"
  61. 622 print" menu program."
  62. 626 print"      [208][210][197][211][211] [193][206][217] [203][197][217] [198][207][210] [212][200][197] [205][197][206][213]"
  63. 670 getmt$:ifmt$=""then670
  64. 680 return
  65. 700 data assembly language, assembly.ft1,feature,1
  66. 710 data 6502 mnemonics, mnemonics.ft2,feature,1
  67. 850 gosub1000
  68. 851 poke53265,27:print"[146]";
  69. 860 ff$="loading "+chr$(34)+d$+chr$(34)
  70. 870 printtab((40-len(ff$))/2)ff$
  71. 880 print"            please stand by[155]":return
  72. 900 tt=176+8
  73. 910 if (cp+1)*8 > (n+1) then tt=176+n+1-cp*8
  74. 920 return
  75. 950 print"[147]":poke53265,27:sys65409:poke56,160:poke55,0:clr
  76. 960 load"mn",8
  77. 1000 print"        make sure disk is on side";pp(c)
  78. 1005 print"          and then hit any key..."
  79. 1010 get a$:if a$=""then1010
  80. 1020 return
  81.