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.
x86 アセンブラーに、数値を除算する小さなコード スニペットがあります。
push dword 1193182 ;push the argument mov eax, [ebp+4] push eax ;divide pop ebx pop eax div ebx push eax
この場合、[ebp+4] は 262 に等しくなります。ただし、このスニペットを実行すると、QEMU トリプル フォールトが発生します。