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.
ORG
   Directive Summary  Summary  Example
──────────────────────────────────────────────────────────────────────────────
 
  Syntax:  ORG expression
 
  Begins assembly at a specific offset address; particularly useful for
  COM-format programs, which must begin assembly at 100H. The assembler
  implements this directive by adjusting the location counter.
 
  expression   An expression that evaluates to a constant number.
 
   See Also:  ALIGN, EVEN
                                    -♦-