Forum : ARM
Original Post
Post Information | Post |
---|---|
September 5, 2008 - 10:38am
|
Hello, I am writting an assembly code for the STM32 MCU using Ride 7. I have problem to use the IT instruction: when I have written the followingcode: MOVS r14, r2, LSL#16 The compiler has generated the following errors: Error: condition required -- `it NE' I have checked taht Ride supports the instruction IT, by compiling a C code and watching the dissasembly window. But did it allow using IT instruction in assembly files? thanks |
Hi to all,
I have found my mistake !
The condition must be written in small letter: IT ne
sword_82