I’m converting some PRU assembly code from pasm to clpru and finding there are some differences. An earlier thread noted some differences between the two (Use LDI, not MOV for loading constants for example).
Has anyone made a porting guide? For example:
#define CH1BIT r30.t8
converts to
.asg r30.t8, CH1BIT