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

Back to Subject List

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


 
#14395 - RE: Integer into Low and High byte

int RST_VAL

following code works finw with good compiler

TL1=RST_VAL; // get lower byte
RST_VAL>>=8;
TH1=RST_VAL; // get higher byte

List of 12 messages in thread
TopicAuthorDate
Integer into Low and High byte            01/01/70 00:00      
RE: Integer into Low and High byte            01/01/70 00:00      
RE: Integer into Low and High byte            01/01/70 00:00      
RE: Integer into Low and High byte            01/01/70 00:00      
RE: Integer into Low and High byte            01/01/70 00:00      
RE: Integer into Low and High byte            01/01/70 00:00      
RE: Integer into Low and High byte            01/01/70 00:00      
RE: Integer into Low and High byte            01/01/70 00:00      
RE: Integer to Low and High byte - Oleg            01/01/70 00:00      
RE: Integer into Low and High byte - ALL            01/01/70 00:00      
RE: Integer into Low and High byte            01/01/70 00:00      
RE: Integer into Low and High - Lennart            01/01/70 00:00      

Back to Subject List