An object file name is generated using the values of the referenced internal variables. The ObjEXT extension is appended if this feature is turned on.
By default, this switch is turned on and thus an object file is produced (provided the assembly completes without errors); this switch may be turned off if an object file is not desired. Using the parameterized version of the option allows the object file to be explicitly named.
┌────┬──────┬─────┬────┬──────────────────────────────────────────────────┐ │Type│Global│Group│File│Default │ ├────┼──────┼─────┼────┼──────────────────────────────────────────────────┤ │S │Yes │Yes │Yes │+Fo (an object file is generated) │ ├────┼──────┼─────┼────┼──────────────────────────────────────────────────┤ │P │No │No │Yes │-Fo:<ObjDIR><ObjNAME>[<ObjEXT>] │ └────┴──────┴─────┴────┴──────────────────────────────────────────────────┘