4.5.5.4 __at()[4/5]
static volatile uint8_t testData_movffl_src __at (SRAM_BANK_BYTE_0 )[static]
MISRA C:2012 Deviation Required: misra-c2012- 8.2
Justification: False Positive - This test requires placing the variables at an absolute address in the RAM using the '__at(address)' construct provided by XC8 compiler. MISRA checker wrongly treats __at construct as a function.