Warning #522, Start08.c, line 324: Highest operation, function 'Init', lacks side-effects [MISRA-C:2004 14.2, REQ]

Function 'Init' contains inline assembly, so it does have side effects (even though PC-Lint deems it a pure function).