FromNandの日記

自分的備忘録

【Eli Bendersky】アセンブラレベルの面白い記事リンク

EliさんのサイトはArchives - Eli Bendersky's website


32bitコンピュータで64bit命令をどのように実行しているか?
64-bit types and arithmetic on 32-bit CPUs - Eli Bendersky's website


x86におけるスタックについて
Where the top of the stack is on x86 - Eli Bendersky's website


x86_64におけるスタックについて
Stack frame layout on x86-64 - Eli Bendersky's website


アセンブラで遊ぶ
Assembler relaxation - Eli Bendersky's website


Linux上で実行ファイルをstaticリンクすると...?
How statically linked programs run on Linux - Eli Bendersky's website


x86_64のアセンブラを理解する
Understanding the x64 code models - Eli Bendersky's website


PIC(位置独立コード)について
Position Independent Code (PIC) in shared libraries - Eli Bendersky's website
Position Independent Code (PIC) in shared libraries on x64 - Eli Bendersky's website