Can someone confirm that the LDI32 assembler instruction is a macro? The compiler README briefly mentions this instruction, but doesn't provide much detail.
In the assembler, the instruction looks like:
LDI32 r0, 0x00010002;
But in the code memory, it looks something like:
LDI R0.w2, 1
LDI R0.w0, 2
Thanks,
David