Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob

F2 MC-16LX Discover the value of direct declaration by using C Analyzer

F2 MC-16LX Discover the value of direct declaration by using C Analyzer

Anonymous
Not applicable

Version: **

Answer:

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.

1.png


  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.

0 Likes
266 Views
Contributors