1.

Which assembler option is used to turn off long or short address optimization?(a) -n(b) -V(c) -m(d) -oThe question was asked in a job interview.I would like to ask this question from The Compilation Process-II in division Writing Software for Embedded Systems of Embedded Systems

Answer»

Correct answer is (a) -n

To elaborate: The option -o puts the ASSEMBLER into the file OBJ file, -V can write the assembler’s VERSION number on the standard error output, -m runs the macro preprocessor on the source file and -n turns off the LONG or short address optimization.



Discussion

No Comment Found

Related InterviewSolutions