Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Blinker 5.10 Online Reference - <b> blinker segment threshold</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 BLINKER SEGMENT THRESHOLD
------------------------------------------------------------------------------
 Purpose:
 Modify the default segment packing limit.

 Syntax:
 BLINKER SEGMENT THRESHOLD <nuLimit>

 Default:
 <nuLimit> is 65500 bytes.

 Description:
 When creating a new EXE format executable, ie DOS extended or Windows
 programs, Blinker packs code and data segments in order to reduce the number
 of segments present in the final executable. At runtime data and code are
 loaded and discarded as complete segments, which can impact execution speed
 when segment swapping occurs frequently. This command can be used to set the
 maximum size (in bytes) of combined or packed segments, reducing the sizes of
 the segments being swapped.

 A decrease in the segment threshold will result in a corresponding increase
 in the number of segments in the EXE file. The new EXE format has a maximum
 limit of 254 segments, therefore, if the threshold is set too low, (causing
 more than 254 segments to be required), Blinker will display link time error
 message 1141 indicating that the new EXE segment limit has been exceeded.

 Example:
 # Pack segments to a limit of 16 Kb
 BLINKER SEGMENT THRESHOLD 16384

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