Hi all, Right now, we are using unified syntax for Thumb2 instructions and the pre-unified syntax for everything else. This simply doesn't work when we combine 16-bit Thumb1 instructions and 32-bit Thumb2 instructions. I'd rather move forward and just switch everything to the unified syntax. Will that work? Is there a reason to support the old assembly syntax? Evan