Chapter 5 Using Asssembler64 Command Options5.3.1 Output File OptionsFunctional descriptionThis option specifies the relocatable object file name to be output by the assembler. If the specified filealready exists, its previous contents will be erased. If a path name that does not exist is specified, theassembler will display an error message and suspend processing.NOTE: Because the @ symbol is used as the character for specifying parameter files, itcannot be used as the first character of file names.Rules of UseThis option is specified with the hyphen (-) option specification character, followed by the lower-caseletter 'o', then either immediately followed by the file name or a space and the file name. If the file is tobe output to the current directory, only the file name needs to be specified. If the file is to be output to adifferent directory, both a path name and a file name must be specified.as103 -o /user/obj/test.rf main.asmDefault SpecificationThe assembler creates a file with the same name as the input file, but with the extension changed to .rfin the current directory.Operation ExampleThe following command line assembles the source file samp1.asm in the current directory and createsthe relocatable object file /user/obj/samp1.rf. It does not create a listing file.as103 -o/user/obj/sampl.rf sampl.asmo file_name Specify the relocatable object file name to be output