Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
拡張スタックポインタ(ESP)が各PUSHまたはPOP操作で1時間ジャンプしないのはなぜですか?
これPUSHは、1 つのレジスタ全体をスタックにプッシュするためです。32 ビット マシンでは、これは 4 バイト分のデータです。
PUSH
PUSHQx86_64 では 64 ビットをプッシュするため、RSP を 8 だけ変更します。
PUSHQ