MULTI sets three of the colors of the C64's multicolor mode and switches
the multicolor mode on. The fourth possible color (the background color,
multicolor bit combination %00, controlled by memory address $D021) is defined with
the COLOR
command. The first parameter of MULTI
(color1
) controls
the color of the bit combination %01, color2
corresponds to the color of the
bit combination %10 and color3
colors the bit combination %11.
MULTI color1, color2, color3
MULTI RED, GREEN, YELLOW
Join BASIC 10Liner Contest with ugBASIC!
An interesting competition is held at the beginning of each year: the
BASIC 10Liner Contest.
It is possible to use ugBASIC to participate in the next
"BASIC10Liner" competition, in the following categories:
MULTI ↔ Mlt
If you have found a problem with this keyword, if you think there is a bug or, more
simply, you would like it to be improved, open an issue for this example on GitHub.
Thank you!
open an issue
BACK TO KEYWORDS