Previous: $MMX: Intel MMX Assembler Instructions Switch To the Table of Content Next: $OPT: Full Optimization Switch

- 3.2.14 -
Compiler Directives
Switch and Parameter Directives

$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: $MMX: Intel MMX Assembler Instructions Switch To the Table of Content Next: $OPT: Full Optimization Switch
$MMX: Intel MMX Assembler Instructions Switch Table of Content $OPT: Full Optimization Switch

- 3.2.14 -