Returning Values
摘要
The chapter looks at the ways in which return values from Assembly functions can be passed back to the calling C\(++\) code. This is permitted in one of two ways, in registers or in memory—on the stack. This chapter looks deep into both variants.