1、esp是堆栈顶 如: push $1 push $outputstring call printf add $8,%esp 调用printf完毕后,清除调用之前push堆栈的2个字节数据。 2、ebp是基址