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)
User contributions licensed under CC BY-SA 3.0