The following topics give you examples of using Scan64. You are advised to look at the demonstration program that relates to each example. The demonstration programs are stored in the folder Examples\Net Express IDE.
Possible Pointer Modification Via CALL Statements and Prototypes
This example shows you how you can use Scan64 to identify pointers that are modified by CALL statements. Scan64 can use call prototypes to validate the pointer parameters passed on CALL statements; this enables it to avoid reporting problems on parameters that comply with the prototype.
Constant and Variable Indexing
This example shows how indexing is detected and reported, and how static indexing compares with dynamic and variable indexing.