home *** CD-ROM | disk | FTP | other *** search
/ 64'er 1986 December / 64er_Magazin_86-12_1986_Markt__Technik_de.d64 / 7.beispiel (.txt) < prev    next >
Commodore BASIC  |  2022-10-26  |  568b  |  36 lines

  1. 100 rem commodore-steuerzeichen
  2. 110 rem die steuerzeichen sind in beiden modi sek.adr = 0 und 7 identisch
  3. 130 print" home"
  4. 135 print"[147] clr"
  5. 140 print" crsr down"
  6. 150 print"[145] crsr up"
  7. 160 print" crsr rechts"
  8. 170 print"[157] crsr links"
  9. 180 print" rvs on"
  10. 190 print"[146] rvs off"
  11. 200 print"[133] f1"
  12. 210 print"[134] f3"
  13. 220 print"[135] f5"
  14. 230 print"[136] f7"
  15. 240 print"[137] f2"
  16. 250 print"[138] f4"
  17. 260 print"[139] f6"
  18. 270 print"[140] f8"
  19. 280 print"[144] blk"
  20. 290 print" wht"
  21. 300 print" red"
  22. 310 print"[159] cyn"
  23. 320 print"[156] pur"
  24. 330 print" grn"
  25. 340 print" blu"
  26. 350 print"[158] yel"
  27. 360 print"[129] orng"
  28. 370 print"[149] brn"
  29. 380 print"[150] lred"
  30. 390 print"[151] dgry"
  31. 400 print"[152] mgry"
  32. 410 print"[153] lgrn"
  33. 420 print"[154] lblu"
  34. 430 print"[155] lgry"
  35. 440 open4,4:cmd4:list
  36.