63. According to the x86 calling conventions, if a developer wants to access variable a in the function implementation, which address should the developer access? int function( int a, int b )
(A) EBP + 4
(B) EBP + 8
(C) ESP – 8
(D) ESP - 4

答案:登入後查看
統計: A(4), B(8), C(4), D(2), E(0) #2927225

詳解 (共 1 筆)

#5487351
根據 x86 調用約定,如果開發者想要訪...

(共 519 字,隱藏中)
前往觀看
1
0