home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
C64'er
/
C64'er.iso
/
sh6x
/
sh69b.d64
/
zeilenkiller
(
.txt
)
< prev
next >
Wrap
Commodore BASIC
|
1995-03-30
|
265b
|
20 lines
10 SYS 58692
20 FORI=1TO22
30 GOSUB1000
40 NEXT
45 GOSUB1100
50 FOR ZL=7 TO 15
60 POKE 781,ZL: SYS 59903
70 NEXT
75 GOSUB1100
80 FOR ZL=7 TO 15
85 POKE783,PEEK(783)AND254
90 POKE 781,ZL:POKE782,0:SYS65520
100 GOSUB1000
110 NEXT:GOSUB1100
120 SYS58726
130 GOTO20
1000 PRINTTAB(11)"DAS IST EIN TEXT."
1010 RETURN
1100 FORT=1TO1000:NEXT:RETURN