going beyond the range of an unsigned integer
but I'm not sure you've improved the range, here. I'm guessing that
you're only incrementing the memory offset, not the segment, and haven't
increased the range at all...
Reloading all data from base memory, every time, would be inefficient
in any event. What you want to do, ideally, is put all the calculations
up front, and leave the "inner loop" part of the code to do as little as
possible. Think REP, then registers, then [registers], then (last) cases
like [register + number] addressing. Segment overrides (e.g., ES

also be avoided whenever practical.
------------------
Tom Hanlin
PowerBASIC Staff
Leave a comment: