A89: Re: Comparing


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

A89: Re: Comparing







>
>How do you compare d0 with a number, say 150?

 cmp.x #150,d0

  And what are the text flags
>stand for [is there an XOR flag for text?]
>Thanks.

I think you can look in the rom function documentation that comes with
plusshell

>
>-Ahmed
>