User Tools

Site Tools


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


ugBASIC User Manual

TEXTADDRESS

SYNTAX

   [variable] = TEXTADDRESS
   TEXTADDRESS = [expression]

PURPOSE

This is a variable (16 bit) that contains the actual address of the textmap. It can be modified directly by using assignment, and can be read as any other variable. Note that no check is done when using this variable, so an invalid value lead to undefined behaviours. If you want to use a valid value please use the TEXTMAP AT command.

EXAMPLE

  actual = TEXTADDRESS
  TEXTADDRESS = $8400

ABBREVIATION

 Txa

AVAILABLE ON

  • Commodore 128 (MOS 8502)
  • Commodore 64
  • Commodore VIC-20

SEE ALSO

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