本资料为天津理工大学计算机组成原理课程期末考试复习专用,包含全面的知识点总结与历年试题解析及详细答案,助考生顺利备考。
Part I TRUE/FALSE: Write T if the statement is true and F if the statement is false.
1. %eax, %ebx, and %ecx are CALLER saved registers. (F)
2. The callee can read and write CALLER saved registers. (T)
3. The caller cannot read or write CALLEE saved registers before the call happens. (F)
4. The callee can use %ebp to access parameters. (T)
5. The return address is saved by the callee. (F)