Question: Does the -mf option cause all addressing
to all external variables to use indirect addressing ?
Answer: No, the -mf option ensures that
pointer access to an external variable never uses direct addressing. The compiler may
still use direct addressing if a local variable pointer is assigned the address of an
external variable.