Available on:
See also: MULTI ON MULTI OFF

MULTI

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.

SYNTAX

 MULTI color1, color2, color3


Legend
  • id : identifier
  • type : datatype
  • v : value
  • "..." : string
  • [...] : optional

EXAMPLE

 MULTI RED, GREEN, YELLOW


ABBREVIATION: Mlt

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:

  • PUR-120 - A game in 10 lines of max 120 characters (w/abbrev.)
  • EXTREME-256 - A game in 10 lines of max 256 characters (w/abbrev.)
  • SCHAU - Any program in 10 lines of max 256 characters (w/abbrev.)
In order to reduce space you can use this abbreviation for this instruction:

MULTI ↔ Mlt

Any problem?

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