以下是書本的句子:
When a program reaches the function call instruction, the program stores the
memory address of the instruction immediately following the function call,
copies function arguments to the stack(a block of memory reserved for that
purpose), jumps to the memory location that marks the beginning of the
function, executes the instructon whose address it saved.
出處:
http://tinyurl.com/o6xo4bd
C++ primer plus
books.google.com
請問
function call instruction、instruction、function call這三者指同樣東西嗎?
而function是指function definition嗎?
謝謝