home *** CD-ROM | disk | FTP | other *** search
/ 64'er 1988 February / 64er_Magazin_88-02_1988_Markt__Technik_de_Side_A.d64 / master-editor (.txt) < prev    next >
Commodore BASIC  |  2022-10-26  |  1KB  |  29 lines

  1. 10 rem *******************************
  2. 20 rem *******************************
  3. 30 rem ******   master-tools   *******
  4. 40 rem *******************************
  5. 50 rem *******************************
  6. 60 rem *******   written by   ********
  7. 70 rem ****   harald rosenfeldt   ****
  8. 80 rem ******     in 1987       ******
  9. 90 rem *******************************
  10. 95 rem *******************************
  11. 100 poke53281,15:poke53280,0:poke55,0:poke56,64:clr
  12. 110 print"[144][147]            master-editor"
  13. 120 print"             written by"
  14. 130 print"          harald rosenfeldt"
  15. 140 print"              in 1987"
  16. 150 print"        loading 'editor #1.3'"
  17. 160 sys57812"editor #1.3",8,1:poke780,0:sys65493
  18. 170 print"        loading 'editor #2.3'"
  19. 180 sys57812"editor #2.3",8,1:poke780,0:sys65493
  20. 190 print"        loading 'editor #3.3'"
  21. 200 sys57812"editor #3.3",8,1:poke780,0:sys65493
  22. 210 print"        loading 'editor #4.3'"
  23. 220 sys57812"editor #4.3",8,1:poke780,0:sys65493
  24. 230 print"        loading 'editor #5.3'"
  25. 240 sys57812"editor #5.3",8,1:poke780,0:sys65493
  26. 250 poke1,55
  27. 260 print"[147]sys32768"
  28. 270 poke631,19:poke632,13:poke198,2
  29.