home *** CD-ROM | disk | FTP | other *** search
/ 64'er Special 24 / 64er_Magazin_Sonderheft_24_19xx_Markt__Technik_de_Side_B.d64 / cursor-position. (.txt) < prev    next >
Commodore BASIC  |  2022-10-26  |  218b  |  12 lines

  1. 1 rem demo zur cursorpositioni6rung
  2. 2 rem created by christoph bergmann
  3. 3 rem
  4. 10 poke53280,0:poke53281,0
  5. 20 print"[147]";
  6. 30 forx=0to6step.1
  7. 40 y=sin(x)+1
  8. 50 poke 211,x*6:poke 214,y*11
  9. 60 sys 58732:poke 783,1:sys 58634
  10. 70 print"6[155]4[152]e[151]r"
  11. 80 next:end
  12.