User Tools

Site Tools


ugbasic:user:bitmap_at
Translations of this page:


ugBASIC User Manual

BITMAP AT

SYNTAX

  • BITMAP AT # [integer]
  • BITMAP AT [expression]

PURPOSE

Set the starting address, in memory, for the bitmap. The input parameter is decoded and declined according to the hardware limits. So it is not said that exactly the given address is set.

EXAMPLE

 BITMAP AT #$0000
 BITMAP AT newAddress

AVAILABLE ON

  • Commodore 64

SEE ALSO