Computer Science, asked by deutzdsouza70, 5 months ago

2) The assembly translation of a C-function with a void return type does not contain the RET instruction
True
False

Answers

Answered by aaizah22
3
False false false false false false
Answered by laraibmukhtar55
0

This statement is false.

• The reason is that the assembly translation of a C-function with a void return type also contains the RET instruction

• The ret instruction allocates control to the return address positioned on the stack. This address is typically placed on the stack by a call instruction.  

• The RETI instruction is used to finish an intersect service routine.

Hope it helped...

Similar questions