as: TILE-Gx Directives

 
 9.46.3 TILE-Gx Directives
 -------------------------
 
 '.align EXPRESSION [, EXPRESSION]'
      This is the generic .ALIGN directive.  The first argument is the
      requested alignment in bytes.
 
 '.allow_suspicious_bundles'
      Turns on error checking for combinations of instructions in a
      bundle that probably indicate a programming error.  This is on by
      default.
 
 '.no_allow_suspicious_bundles'
      Turns off error checking for combinations of instructions in a
      bundle that probably indicate a programming error.
 
 '.require_canonical_reg_names'
      Require that canonical register names be used, and emit a warning
      if the numeric names are used.  This is on by default.
 
 '.no_require_canonical_reg_names'
      Permit the use of numeric names for registers that have canonical
      names.