Pseudo instruction is given to ______.
2021
Pseudo instruction is given to ______.
- A.
Compiler
- B.
Linker
- C.
Assembler
- D.
Loader
Attempted by 79 students.
Show answer & explanation
Correct answer: C
Pseudo instructions are special commands used in assembly language that do not translate directly into machine code. Instead, they are processed by the assembler during translation to handle tasks like memory allocation or data definition.