2) The assembly translation of a C-function with a void return type does not contain the RET instruction
True
False
Answers
Answered by
3
False false false false false false
Answered by
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
Biology,
4 months ago
Business Studies,
8 months ago
English,
1 year ago
Math,
1 year ago
Biology,
1 year ago