-model

Specifies the addressing mode that the linker uses when resolving references.

Syntax
  -model 
  keyword
  
  

The choices for keyword are:

absolute

Use absolute executable and data addressing. This choice is the default.

sda_pic_pid

Use position-independent addressing executable code and data.

Remarks

This is a linker option.