I am trying to use TEXT_MEM to make variables
EX:
myvar= TEXT_MEM
myothervar= TEXT_MEM + 1
TASM seems to have a problem when I do this
ld (myvar),b
ld (myothervar),c
but it has no problem with this
ld (myvar),a
Can these variables only be loaded from certain registers?
==
__________________________________________________________________
Sent by Yahoo! Mail. Get your free e-mail at http://mail.yahoo.com