John N. Power wrote: > > As I understand it, variables (or "symbols") can't be "labels" > > at all, no matter what you intended. The error messages (and > > part of the on line help) is inconsistent, I think. > > Jan-Erik. > > I suspect that you could do something like: > abc EQU 0x100 > ... > goto abc > > and it would probably be accepted by MPASM. After all, > abc would appear in the symbol table (see the listing > file, and it will be there). Yes, but then, "abc" isn't a "label", it's still just a symbol holding a value used as an address in the goto instruction... And, even if this "works", it would be much better to actualy label the relevant *source line* with the "label" abc, of course. Jan-Erik. -- http://www.piclist.com hint: The PICList is archived three different ways. See http://www.piclist.com/#archives for details.