Re: A89: recursion question


[Prev][Next][Index][Thread]

Re: A89: recursion question




In a message dated 11/30/98 10:38:51 PM Eastern Standard Time,
axeeodyx@easley.net writes:

> 	lea.l	string_variable(pc),a0
>  

does this always have to be a long word?:
string_variable:
   dc.(b,w,l) "string",0


Follow-Ups: