× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



Makes sense.....but if it goes

.....,4096, 2048, 1024, 512, 256, 128, 64, 32, 16, 1

it could get ugly quick.....I thought there was a shareware program out
there somewhere
that would let my brain cpu cycles not get so taxed.


 -----Original Message-----
From:   Leif Svalgaard [mailto:leif@leif.org]
Sent:   Thursday, December 27, 2001 4:30 PM
To:     midrange-l@midrange.com
Subject:        Re: How are you calculating 64 bit (was Processor MHz)

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).


_______________________________________________
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing list
To post a message email: MIDRANGE-L@midrange.com
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/cgi-bin/listinfo/midrange-l
or email: MIDRANGE-L-request@midrange.com
Before posting, please take a moment to review the archives
at http://archive.midrange.com/midrange-l.


As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

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.