adplus-dvertising
frame-decoration

Question

What is the purpose of using textual instruction names in assembly language?

a.

To make the code human-readable.

b.

To make the code machine-readable.

c.

To make the code faster.

d.

To make the code more secure.

Posted under Reverse Engineering

Answer: (a).To make the code human-readable. Explanation:Textual instruction names such as MOV (Move), XCHG (Exchange), and so on are used in assembly language in order to make the code human-readable instead of cryptic hexadecimal numbers.

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 using textual instruction names in assembly language?