as: PRU Opcodes

1 
1 9.36.5 Opcodes
1 --------------
1 
1 'as' implements all the standard PRU core V3 opcodes in the original
1 pasm assembler.  Older cores are not supported by 'as'.
1 
1    GAS also implements the LDI32 pseudo instruction for loading a 32-bit
1 immediate value into a register.
1 
1             ldi32   sp, __stack_top
1             ldi32   r14, 0x12345678
1