Putting Global Variables in the Default Data Segment

ID: Q34069

6.00 6.00a 6.00ax 7.00 | 6.00 6.00a | 1.00 1.50

MS-DOS                 | OS/2       | WINDOWS
kbtool

The information in this article applies to:

The compiler places uninitialized global data in the default data segment, DGROUP, in tiny, small, and medium memory models or if the data is declared to be near. Initialized global data is placed in the default data segment for all memory models unless /Gt is used and the data is not declared to be near.

In C versions 5.1 and earlier, data is declared to be near with the near keyword. In later versions, the keyword is _near.

Declaring the data to be near ensures that the variable is referenced with a 16-bit address, as opposed to the far 32-bit addresses, which will make variables defined with the near keyword faster to access.

Additional reference words: kbinf 1.00 1.50 6.00 6.00a 6.00ax 7.00 8.00 8.00c KBCategory: kbtool KBSubcategory: CLIss Keywords : kb16bitonly

Last Reviewed: July 18, 1997