2006-07-31から1日間の記事一覧

gccのアセンブリ出力を読んでみよう。

% cat main.c int main(){exit(0);} % gcc main.c -S -Os % cat -n main.s 1: #.file 1 "main.c" 2: .set nobopt 3: .option pic2 4: .section .text,0x1,0x6,4,4 5: .text 6: .align 2 7: .globl main 8: .ent main 9: main: 10: .LFB3: 11: .frame $sp,32,…

test