Re: LF: Odd and Even Numbers


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

Re: LF: Odd and Even Numbers



that is, btst.l #0,d0
!



On Thu, 26 Jun 1997 ariwsi@juno.com wrote:

> On Thu, 26 Jun 1997 10:16:20 -0500 "Adam King" <kinger@discover-net.net>
> writes:
> 
> >I'm looking for an easy way to check if a number is odd or even.  Could
> >someone please help me?  "tst	#1,Dn" doesn't work, I've already
> tryed it.
> 
> The right way is: tst #0,Dn
> 


References: