Pascal調用規(guī)則 | _cdecl調用規(guī)則 | _stdcall調用規(guī)則 |
PUSH parameter1 PUSH parameter2 PUSH parameter3 CALL function | PUSH parameter3 PUSH parameter2 PUSH parameter1 CALL function ADD ESP, 0CH | PUSH parameter3 PUSH parameter2 PUSH parameter1 CALL function |
參數(shù)從左到右傳遞壓棧,由被調用函數(shù)清理堆棧 | 參數(shù)從右到左傳遞壓棧,由調用函數(shù)負責清理堆棧 | 參數(shù)從右到左傳遞壓棧,由被調用函數(shù)負責清理堆棧 |
用于Win16平臺 | C/C++調用標準 | Windows API 使用 |
歡迎光臨 (http://www.torrancerestoration.com/bbs/) | Powered by Discuz! X3.1 |