McqMate
| Q. |
Which assembler option runs the m4 macro preprocessor on the source file? |
| A. | -n |
| B. | -m |
| C. | -v |
| D. | -o |
| Answer» B. -m | |
| Explanation: 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. | |
View all MCQs in
Embedded and Real Time SystemNo comments yet