as: PRU Directives

1 
1 9.36.4 PRU Machine Directives
1 -----------------------------
1 
1 '.align EXPRESSION [, EXPRESSION]'
1      This is the generic '.align' directive, however this aligns to a
1      power of two.
1 
1 '.word EXPRESSION'
1      Create an aligned constant 4 bytes in size.
1 
1 '.dword EXPRESSION'
1      Create an aligned constant 8 bytes in size.
1 
1 '.2byte EXPRESSION'
1      Create an unaligned constant 2 bytes in size.
1 
1 '.4byte EXPRESSION'
1      Create an unaligned constant 4 bytes in size.
1 
1 '.8byte EXPRESSION'
1      Create an unaligned constant 8 bytes in size.
1 
1 '.16byte EXPRESSION'
1      Create an unaligned constant 16 bytes in size.
1 
1 '.set no_warn_regname_label'
1      Do not output warnings when a label name matches a register name.
1      Equivalent to passing the '-mno-warn-regname-label' command line
1      option.
1