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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
05/15/06 05:33
Read: times


 
#116192 - What language?
Responding to: ???'s previous message
Spencer Lee said:
My problem is if the number is exceeds 16 bit's (sic), how do I store values greater than 65K (sic) in a binary format?

In Assembler, if you're OK with doing 16 bits on an 8-bit processor, then you're already coping with multi-byte numbers. You just need to extend this by adding extra bytes as necessary!

In 'C', see the compiler's Manual for the next larger type.

List of 4 messages in thread
TopicAuthorDate
Dealing with large numbers > 16bits            01/01/70 00:00      
   What language?            01/01/70 00:00      
   Search!            01/01/70 00:00      
   Work smarter, not harder            01/01/70 00:00      

Back to Subject List