Pseudo instruction is given to ______.
2021
Pseudo instruction is given to ______.
Answer: C. Assembler — Pseudo instructions are special commands used in assembly language that do not translate directly into machine code. Instead, they are processed by the…
- A.
Compiler
- B.
Linker
- C.
Assembler
- D.
Loader
Attempted by 441 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.
Loading lesson…