ASM

アセンブラでほげほげする

ASM

アセンブラを吐かせる。 gcc -S hello.c こんな出力が。 .cstring LC0: .ascii "Hello C!\0" .text .globl _main _main: pushl %ebp movl %esp, %ebp pushl %ebx subl $20, %esp call L3 "L00000000001$pb": L3: popl %ebx leal LC0-"L00000000001$pb"(%ebx)…