Previous: 3.2.13. $MMX: Intel MMX Assembler Instructions Switch To the Table of Contents Next: 3.2.15. $OPT: Full Optimization Switch
3.2.13. $MMX: Intel MMX Assembler Instructions Switch Table of Contents 3.2.15. $OPT: Full Optimization Switch

- 3.2.14. -
Table of Contents
3. Compiler Directives
3.2. Switch and Parameter Directives
3.2.14. $OA: Objects and Structures Align Switch


3.2.14. $OA: Objects and Structures Align Switch


Targets: MS-DOS, OS/2, Win32


Compiler directives

Switches on/off word-alignment of objects and structures.

Syntax:
  {$OA+} or {$OA-}
Default:
  {$OA-}
Remarks:
The data align switch has no affect on variables and typed constants alignment. Use $A compiler directive to switch on/off variables and typed constants alignment.

See also
The packed reserved word.


Previous: 3.2.13. $MMX: Intel MMX Assembler Instructions Switch To the Table of Contents Next: 3.2.15. $OPT: Full Optimization Switch
3.2.13. $MMX: Intel MMX Assembler Instructions Switch Table of Contents 3.2.15. $OPT: Full Optimization Switch

- 3.2.14. -