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) Callee can read and write CALLER saved registers. ( T )
(3) Caller cannot read and write CALLEE saved registers before the call happens. ( F )
(4) Callee can use %ebp to get parameters. ( T )
(5) Return address is saved by callee. ( F )
(6) There are tw
2022-06-07 18:06:29
183KB
计算机结构