Hello, I'm successfully using BSET and BRES assembler instructions where the position is constant. However, I'm having trouble getting it to work where the position is determined at runtime.For example: bset 0x500f, 2 ; works
ldw x, (0x03, sp)
bset 0...