Rational Developer for System z
COBOL for Windows, Version 7.5, Programming Guide


/ALIGNADDR

Use /ALIGNADDR to set the address alignment for segments.

/ALIGNADDR option syntax
Read syntax diagramSkip visual syntax diagram>>-/ALIGNADDR:factor-------------------------------------------><
 

Default is: /ALIGNADDR:0x00010000

Abbreviation is: /ALIGN

The alignment factor determines the memory addresses for segments in the executable (.EXE) or dynamic link library (.DLL) file. Each segment is assigned to the next unused multiple (in bytes) of the alignment factor. The alignment factor must be a power of 2, from 512 to 256 MB. The default factor is 64 KB.


Terms of use | Feedback

Copyright IBM Corporation 1996, 2008.
This information center is powered by Eclipse technology. (http://www.eclipse.org)