This option specifies the type of the memory model when compiling.
When the -cpu=S1 option is specified, small is assumed.
When the -cpu=S2 or -cpu=S3 option is specified, medium is assumed.
The default attribute of both variables and functions is set to near. |
||
The default attribute of variables is set to near and that for functions is set to far. |
See "2.6.6 Relationship with near and far" for the relationship with near and far. |