Hi,
I'm using the MADDF32 instruction to make addition to "A" variable. But "A" variable not increse. "A" variable have saturation like a 16.0, 32.0, 64.0, 128.0...
Here is my test code below.. Please help me !
MMOV32 MR1,@_A
MMOV32 MR0,@_B
MMPYF32 MR0,MR0,#2.8444444444444444444444444444444e-6
MADDF32 MR0,MR0,MR1
MMOV32 @_A,MR0
Thanks,