[ERROR]
The assembly instruction used accepts only constant(s) as parameter(s). Local or global objects/variables cannot be used even if they are declared as const.
int const local_var = 1.1
asm DCF local //Error. Correct is asm DCF 1.1