home *** CD-ROM | disk | FTP | other *** search
/ Transactor / Transactor_18_1987_Transactor_Publishing.d64 / halftrack (.txt) < prev    next >
Commodore BASIC  |  2023-02-26  |  102b  |  5 lines

  1. 5 rem  step 1541 head half a track
  2. 10 open 15,8,15,"i0"
  3. 20 print#15,"m-w"chr$(254)chr$(2)chr$(1)chr$(1)
  4. 30 close 15: end
  5.