User Tools

Site Tools


ugbasic:user:kw:bitmap_at
Translations of this page:


ugBASIC User Manual

BITMAP AT

SYNTAX

   BITMAP AT #address
   BITMAP AT expression

PURPOSE

This command can be used to change the starting address of the graphic screen, i.e. the video memory used by the chipset to draw graphics. On some chipsets it is possible to define the address freely, while on others only for specific addresses and, finally, still others do not even have bitmap graphics. For this reason, each platform will decline this value according to the set of possible values.

EXAMPLE

  BITMAP AT #$8400
  BITMAP AT newAddress

ABBREVIATION

 Bm At

AVAILABLE ON

  • Dragon 32
  • Commodore 128 (MOS 8502)
  • Commodore 64
  • Commodore VIC-20
  • Atari (400/800)
  • Commodore PLUS/4
  • Olivetti Prodest PC128
  • Dragon 64
  • Thomson MO5
  • TRS-80 Color Computer 3
  • TRS-80 Color Computer

ANY PROBLEM?

If you have encountered a problem using this command, if you think there is a bug or the explanation is unclear, please open an issue for this keyword on GitHub. Thank you!

POWERED BY