|
To: <midrange-l@midrange.com> > Okay.....I have to ask. > All you people doing the 64 bit calculations. > Your obviously not using the calculator that comes with Windoze > Because it can only handle 32 bit hex. > And I can't find a 64 bit hex application out on the internet. > What are you using ? > no need to get fancy. Assume that you could only do 4 bit and you had to calculate x37 - x24. Subtract the first 4 bits: 3 - 2 = 1, then the last 4 bits: 7 - 4 = 3, the result is then 1 * 16 + 3 = 19. With 64 bits, you could do the two 32-bit halves (as I did the 4 bits above). Then result = (1st 32-bit diff) * 4Gig + (2nd 32-bit diff).
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.