as: TILEPro Directives

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