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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
04/29/01 06:11
Read: times


 
#11219 - RE: 8 to 16 bit hex conversion
Hi Chris,

This should be no trouble.
Clear the carry flag, add the 2 LS bytes & save the result.
Add, with carry, the 2 MS bytes & save the result. If the carry flag is set, you now have a 17-(or 24-) bit number!
In theory, you can do this for any number of bits (32? 64?).

Regards,

R



List of 10 messages in thread
TopicAuthorDate
8 to 16 bit hex conversion            01/01/70 00:00      
RE: 8 to 16 bit hex conversion            01/01/70 00:00      
RE: 8 to 16 bit hex conversion            01/01/70 00:00      
RE: 8 to 16 bit hex conversion            01/01/70 00:00      
RE: 8 to 16 bit hex conversion            01/01/70 00:00      
RE: 8 to 16 bit hex conversion            01/01/70 00:00      
RE: 8 to 16 bit hex conversion            01/01/70 00:00      
RE: 8 to 16 bit hex conversion            01/01/70 00:00      
RE: 8 to 16 bit hex conversion            01/01/70 00:00      
RE: 8 to 16 bit hex conversion            01/01/70 00:00      

Back to Subject List