Assembler Directives
⚑ Report issue
Found a wrong answer, translation, image or source problem? Send it to editorial review.
PYQFound a wrong answer, translation, image or source problem? Send it to editorial review.
Assembly language is a low-level symbolic language, so statement 1 is false. Assembler directives guide the assembler in translation, memory allocation and organization and are not instructions executed by the CPU, so statement 2 is true. Therefore option C.

Assembler directives are translator commands, not processor instructions.
Do not call assembly a high-level language.
Assembler directives are translator commands, not processor instructions.