{{htmlmetatags>metatag-robots=()
metatag-title=(TEXTADDRESS | ugBASIC User Manual)
metatag-keywords=(ugBASIC,Commodore 64,Commodore PLUS/4,ZX Spectrum)
metatag-description=(Manual page for TEXTADDRESS)
metatag-media-og:image=(:ugbasic:logo-ugbasic-fb.png)
metatag-og:title=(TEXTADDRESS | ugBASIC User Manual)
metatag-og:description=(Manual page for TEXTADDRESS)
}}
====== ugBASIC User Manual ======
===== TEXTADDRESS =====
===== SYNTAX =====
[variable] = TEXTADDRESS
TEXTADDRESS = [expression]
= TEXTADDRESS
TEXTADDRESS = ...
==== 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.
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 64
* Commodore VIC-20
* TRS-80 Color Computer
==== SEE ALSO ====
[[TEXTMAP AT]]
==== ANY PROBLEM? ====
If you have encountered a problem using this command, if you think there is a bug or the explanation is unclear, please [[https://github.com/spotlessmind1975/ugbasic/issues/new?title=ISSUE ON TEXTADDRESS|open an issue]] for this keyword on GitHub. Thank you!===== POWERED BY =====
[[:ugbasic:user:index|{{ :ugbasic:user:logo-ugbasic.png?nolink&600 |}}]]