[variable] = TEXTADDRESS TEXTADDRESS = [expression] = TEXTADDRESS TEXTADDRESS = ...
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.
actual = TEXTADDRESS TEXTADDRESS = $8400
Txa
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!