home *** CD-ROM | disk | FTP | other *** search
- 10 poke 53280,11:poke 53281,11:poke 646,15
- 20 print"[147]this program cannot be run from the"
- 30 print"menu. you must first load the machine"
- 40 print"language file, type 'new', then load"
- 50 print"and run the basic program."
- 80 print"the filenames are:"
- 90 print"enhancer.ml - machine language file"
- 100 print"enhancer.bas - basic program"
- 110 print"for more information about these "
- 120 print"programs, refer to the corresponding"
- 130 print"issue of compute!'s gazette."
- 200 ford=1to40:print"[155][164]";:next
- 210 print" press any key to reload the menu [146]"
- 220 poke198,0:wait198,1:getdh$
- 230 print"[147]":s$="l[207]"+chr$(34)+"mn"+chr$(34)+",8:"+chr$(131)
- 240 fori=1tolen(s$):poke630+i,asc(mid$(s$,i)):next:poke198,i
- 250 poke53281,15:poke53280,15
- 260 printchr$(142)"[145] reloading the menu[155]":end
-