Next: PRU Opcodes, Previous: PRU Relocations, Up: PRU-Dependent [Contents][Index]
.align expression [, expression]This is the generic .align directive, however
this aligns to a power of two.
.word expressionCreate an aligned constant 4 bytes in size.
.dword expressionCreate an aligned constant 8 bytes in size.
.2byte expressionCreate an unaligned constant 2 bytes in size.
.4byte expressionCreate an unaligned constant 4 bytes in size.
.8byte expressionCreate an unaligned constant 8 bytes in size.
.16byte expressionCreate an unaligned constant 16 bytes in size.
.set no_warn_regname_labelDo not output warnings when a label name matches a register name. Equivalent
to passing the -mno-warn-regname-label command-line option.