A83: Re: Re: Re: Bit Masking


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

A83: Re: Re: Re: Bit Masking



ld a,%1110101
or %10
Thats right

-Harper Maddox
 
jerky@ebicom.net
-----Original Message-----
From: James Matthews <matthews@tkb.att.ne.jp>
To: assembly-83@lists.ticalc.org <assembly-83@lists.ticalc.org>
Date: Saturday, March 21, 1998 10:40 PM
Subject: A83: Re: Re: Bit Masking


Harper:

Ok, thanks.
So, that isn't bit masking then right?!  Or is it....?  *confused*

Lets say you have:  1110101
And you want:        1110111

Thus, you have to 'OR' it with 00000010.

I thought you would do something like:

ld a,1110101
or 00000010

Could you explain?  Thanks.

James.
____________________

James Matthews.
E-mail (family):    matthews@tkb.att.ne.jp
E-mail (private):  james_matthews@hotmail.com

Homepage:  http://home.att.ne.jp/gold/tomcat21/index2.html
ICQ:  7413754
____________________________________