試想以下的C程式碼:. int plus(int x, int y) {. return x + y;. } . int main() {. return plus(3, 4);. } 而底下是與這個C程式碼對應的組合語言指令:.
確定! 回上一頁