Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
12/08/01 12:36
Read: times


 
#17412 - RE: Bit Variables
1) the number of bit ADDRESSABLE spaces do not vary from derivative to derivative, it is a fundamental part of the '51.
2) any bit anywhere can be tested, manipulated or otherwise processed, it just takes a little longer
e.g. to test a bit
mov a,byte_of_bits
jb xxx
3) If you are using "C" the compiler will do it for you.
4) If you need full optimal processing (bit addressability) of all 256, look at the Philips XA.

Erik


List of 9 messages in thread
TopicAuthorDate
Bit Variables            01/01/70 00:00      
RE: Bit Variables            01/01/70 00:00      
RE: Bit Variables            01/01/70 00:00      
RE: Bit Variables            01/01/70 00:00      
RE: Bit Variables            01/01/70 00:00      
RE: Bit Variables            01/01/70 00:00      
RE: Bit Variables            01/01/70 00:00      
RE: Bit Variables            01/01/70 00:00      
RE: Bit Variables            01/01/70 00:00      

Back to Subject List