The Editors and Readers of COMPUTE!
128 Atari Colors
Here is a machine language program that allows your Atari computer to display 128 colors at the same time. The program displays a different color on each horizontal display line.
10 FOR I=0 TO 21:READ A:P
OKE 1536+I,A:NEXT I
20 POKE 752,1:PRINT CHR$(
125):A=USR(1536)
30 DATA 173,11,212,201,32
,208,249,141,10,212,14
2,24,208,232,232,208,2
46,142
40 DATA 24,208,240,232
David Boyer
Thank you for the example.