1.

Which assembler option runs the m4 macro preprocessor on the source file?(a) -n(b) -m(c) -V(d) -oThis question was posed to me during an online exam.My doubt is from The Compilation Process-II topic in portion Writing Software for Embedded Systems of Embedded Systems

Answer»

Correct option is (b) -m

The explanation is: 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