adplus-dvertising
frame-decoration

Question

How do IL instructions access their operands?

a.

By using a fixed data type for all operands

b.

By using registers to access operands

c.

By popping a value off of the stack or pushing a value onto it

d.

By explicitly telling instructions which data types to expect

Posted under Reverse Engineering

Answer: (c).By popping a value off of the stack or pushing a value onto it Explanation:Practically every instruction in IL either pops a value off of the stack or pushes some kind of value back onto it, which is how they access their operands.

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. How do IL instructions access their operands?