conditional infixes are deprecated in unified syntax

Viewed 385

how to rework the "conditional infixes" for the ARM Thumb assembler?

the error "conditional infixes are deprecated in unified syntax" has happened as an output of the GNU Tools ARM (thumb) assembler on the following directives set:

    IT PL
    MOVPL   r14,#0x80000000     @ r14=0x80000000

or

    IT VS
    MOVVSS  r7,r14              @ DiffR=SAT(R-RightDC)

or

    IT VS
    MOVVSS  r6,r14              @ DiffL=SAT(L-LeftDC)
0 Answers
Related