adplus-dvertising
frame-decoration

Question

What is the downside of using registers in assembly language code?

a.

It makes the code more efficient

b.

It reduces the complexity of the code

c.

It adds a bit of complexity to the code

d.

It makes the code easier to read and understand

Posted under Reverse Engineering

Answer: (c).It adds a bit of complexity to the code Explanation:Using registers in assembly language code adds a bit of complexity to the code because it involves managing registers and loading and storing data from RAM to registers and back.

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 downside of using registers in assembly language code?