[Solved] Fill Blank Using Word 1 Function S Local Variables Stored 2 Using Caller Responsible Clean Q37209270
Fill in the blank using the word from below
1 A __________ is where a function’s localvariables are stored.
2 Using __________, the caller is responsible forcleaning up stack memory.
3 The __________ instruction implicitly pushes thesubsequent instruction on the stack.
4 The __________ register points to the most recentitem pushed on the stack.
5 and __________ instructions implicitly add andsubtract from the stack pointer register as values are moved on andoff the stack.
6 In 32-bit stdcall, the number of bytes to remove from thestack are stated with the __________ instruction.
7 The __________ register is typically used as the returnregister.
8 is a 32-bit calling convention that uses registersto pass values if possible.
9 The x86_64 calling convention(s) attempt to passsome or all parameters via __________ instead of the stack.
10 An __________ defines low-level (i.e., machine level)interfacing requirements for software.
Cdecl
Esp/rsp
Fastcall
Stack frame
POP and PUSH
Registers
RET
Application Binary interface (ABI)
Eax/rax
CALL
Expert Answer
Answer to Fill in the blank using the word from below 1 A __________ is where a function’s local variables are stored. 2 Using _… . . .
OR

