PDA

View Full Version : How to tell if the result of a "DIV32" operation is greater than 16 bits?



Dave
- 12th August 2006, 12:58
Is there any way of telling if the DIV32 operation result is greater than 16 bits?

Dave Purola,
N8NTA

Darrel Taylor
- 12th August 2006, 19:33
If the result is too large, it will return 65535.

Consequently, 65535 isn't a valid result, even if that's really the answer.
<br>

Dave
- 13th August 2006, 01:01
Thank You Darrel. I sort of thought you might answer my question. Once again thanks...

Dave Purola,
N8NTA

Darrel Taylor
- 13th August 2006, 05:16
Well, at least I'm becoming more predictable. (That's scary.)

My pleasure Dave!

DT
<br>