错误:搜索内容不能为空,请输入英文关键词
错误:关键词超出字数限制,请精简
高级检索

Returning Values

  • Norman Dunbar

摘要

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.