Back to Know-How on Development for F2MC-16LX Family
3. Detecting the value of direct declaration by using C Analyzer
C Analyzer enables to detect candidate for _direct variables.
Example of using C Analyzer:
Starting the C Analyzer and choose project file.
Then analyzing target project file and choose candidate for _direct in the [Global] menu.

Since static variables frequently used are detected in order, it is possible to generate efficient code by defining 256byte variables of the target as _direct declaration.
