adplus-dvertising
frame-decoration

Question

What is the purpose of an assembler program?

a.

To read object code and generate the textual mapping of each instruction in it.

b.

To perform the reverse operation of disassembler.

c.

To translate the textual assembly language code into binary code.

d.

To generate high-level programming language code.

Posted under Reverse Engineering

Answer: (c).To translate the textual assembly language code into binary code. Explanation:When developers write code in assembly language, they use an assembler program to translate the textual assembly language code into binary code, which can be decoded by a CPU.

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. What is the purpose of an assembler program?