I want to assign a ROM-Adress to a variable, like this:

XYZ VAR WORD
[...]
XYZ=Text1
[...]
Text1:
@ DE 8,"ABCDEFGH"

What to do to let it work ?