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:46
Read: times


 
#22807 - RE: Bit Ordering
"Most compilers permit bit variables."

That should be, "Most 8051 compilers permit bit variables." - it's definitely not an ANSI thing!
Bit_Zero_of_Your_Byte = P1_3; 
Bit_One_of_Your_Byte  = P1_2; 
Bit_Two_of_Your_Byte  = P1_7;
Yes, that's the way I'd do it in Keil C51!


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