上传者: galaxy_munang
|
上传时间: 2022-06-07 18:06:29
|
文件大小: 183KB
|
文件类型: DOC
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