On 5/17/06, Roy E. Burrage <RBurrage@bellsouth.net
> wrote:
Doesn't using the .equ directive require a numeric value or expression for the label definition?
Thanks! That was the hint I needed.
AppString: .db "Par_TX" ;Always 6 char
This works, and gives me what I wanted.