qa.hlp (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
ALIGN
   Directive Summary  Summary
──────────────────────────────────────────────────────────────────────────────
 
  Syntax:   ALIGN number
 
  Aligns next variable or instruction on an offset address that is a
  multiple of number. The assembler pads each skipped byte with a NOP
  (in code segment) or 0 (in data segment) as needed.
 
  number  Must be a power of 2 (i.e., 2,4,8...) and should be equal to or
          greater than the size of the align type of the current segment.
 
  See Also:  EVEN
                                    -♦-