汇编 gdb调试

as -g --32 -o hello.o hello.s

ld -m elf_i386 -o hello hello.o

gdb hello

posted @ 2019-03-19 14:17  MoonXu  阅读(161)  评论(0)    收藏  举报