-model

Specifies the code and data model options.

  -model keyword[,...] 

  

The options for the keyword are:

near

Generates a 16-bit references to the code and data.

far

Generates a 32-bits absolute references to the code and data.

nearCode

Generates a 16-bits absolute references to code.

nearRelCode

Generates a 16-bits relative references to code.

farCode

Generates a 32-bits absolute references to code.

nearData

Generates a 16-bit absolute references to data.

farData

Generates a 32-bit absolute references to data. This is default.

smartCode|codeSmart

Generates a 16- or 32-bit absolute references to the code depending upon whether the callee can be seen from the current scope or file. This is default.