Commodore 64 BASIC programs


(This page is "work in progress", so please come back again to check new improvements! Thanks!)
In this section you'll find BASIC programs for the Commodore 64 computer made by (4)Seasons.
HAVE A GOOD TIME!

Use these programs at your own risk! We're not responsible of any damage to your computer (emulated or not).


This program prints all the c64 PETSCII characters on screen.
When program is running, hit any key to change color of characters and the background color.

10 REM CAMBIA COLORE SFONDO
20 FOR S=0 TO 15
30 POKE 53281,240+S
40 REM CAMBIA COLORE CARATTERE
50 FOR O=0 TO 15
60 POKE 646,240+O
70 REM STAMPA CARATTERE
75 IF O=0 THEN PRINT CHR$(147);
76 IF O=4 THEN PRINT CHR$(147);
77 IF O=8 THEN PRINT CHR$(147);
78 IF O=1 2THEN PRINT CHR$(147);
80 FOR C=32 TO 127:PRINT CHR$(C);:NEXT C
90 FOR C=160 TO 254:PRINT CHR$(C);:NEXT C:PRINT CHR$(255)
100 GET A$:IF A$="" THEN 100
120 NEXT O
130 NEXT S

 



italiano   english


You like 4S?

Insert coin!

Buy us a coffee
or
a piece of pizza!


Insert coin!



Link to us!
(4)Seasons games





(4)Seasons software
Powered by BCO and Altervista.

Privacy Policy

Valid XHTML 1.0 Transitional CSS Valido!