home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Transactor
/
Transactor_18_1987_Transactor_Publishing.d64
/
halftrack
(
.txt
)
< prev
next >
Wrap
Commodore BASIC
|
2023-02-26
|
102b
|
5 lines
5 rem step 1541 head half a track
10 open 15,8,15,"i0"
20 print#15,"m-w"chr$(254)chr$(2)chr$(1)chr$(1)
30 close 15: end