Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- The Guide To Clipper - <b>1 offset out of range in reference</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
1 Offset out of range in reference


   An attempt was made to use a 16 bit address to reference a location
   that is more than 64k bytes away, or to use an 8 bit address to
   reference a location more that 256 bytes away. Another possibility is
   that the address being referenced is lower in memory than the segment
   register that is assumed.  For example, a near call to a memory
   address lower than the current CS, or a far call that is using the
   wrong segment address.  The offset actually used will be "wrapped
   around" to a number within range, so the program probably will not
   address the object correctly.


Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson