Beginner Assembly Language
Q33 / 100

What is a directive in assembly?

Correct! Well done.

Incorrect.

The correct answer is B) An assembler command that controls code generation or defines data, not translated into machine code

B

Correct Answer

An assembler command that controls code generation or defines data, not translated into machine code

Explanation

Directives like DB (define byte), DW (define word), SECTION, GLOBAL, EXTERN are instructions to the assembler, not the CPU.

Progress
33/100