home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Compute! Gazette 1989 April
/
1989-04.d64
/
italics64
(
.txt
)
< prev
next >
Wrap
Commodore BASIC
|
2022-09-20
|
797b
|
23 lines
10 rem copyright 1989 compute! publications, inc. - all rights reserved.
20 print"[147]":poke53280,14:poke53281,6
30 sa=832:is=52:ie=252
40 t=sa:ck=0
50 reada:if a=-1 then 70
60 poke t,a:t=t+1:ck=ck+a:goto50
70 if ck<>11204 then print"error in data":end
80 t=sa+35:h=int(t/256):l=t-h*256
90 poke sa+24,l:pokesa+29,h
100 poke sa+63,ie:poke sa+12,is:poke sa+78,is
110 sys sa:print"copyright 1989"
120 print"compute! publications, inc.":print"all rights reserved."
130 data 120,169,127,141,13,220,169,1,141,26
140 data 208,169,52,133,176,141,18,208,169,27
150 data 141,17,208,169,99,141,20,3,169,3
160 data 141,21,3,88,96,169,1,141,25,208
170 data 173,22,208,201,201,208,7,169,204,141
180 data 22,208,208,3,206,22,208,165,176,24
190 data 105,2,201,252,176,11,133,176,141,18
200 data 208,104,168,104,170,104,64,169,52,133
210 data 176,141,18,208,169,204,141,22,208,76
220 data 49,234,-1