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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
05/10/02 11:23
Read: times


 
#22806 - RE: Bit Ordering
Most compilers permit bit variables. So, if your destination byte is in the bit-addressable zone, you can attribute it directly:

Bit_Zero_of_Your_Byte = P1_3;
Bit_One_of_Your_Byte = P1_2;
Bit_Two_of_Your_Byte = P1_7;

Regards,
M.

List of 11 messages in thread
TopicAuthorDate
Bit Ordering            01/01/70 00:00      
RE: Bit Ordering            01/01/70 00:00      
RE: Bit Ordering            01/01/70 00:00      
RE: Bit Ordering            01/01/70 00:00      
RE: Bit Ordering            01/01/70 00:00      
RE: Bit Ordering            01/01/70 00:00      
RE: Bit Ordering            01/01/70 00:00      
to Andy            01/01/70 00:00      
RE: Bit Ordering Assembler            01/01/70 00:00      
RE: to Andy            01/01/70 00:00      
RE: Bit Ordering            01/01/70 00:00      

Back to Subject List