如何让本书中的示例轻松工作?
as --32 ld -m elf_i386
您不必使用as和ld只是因为您正在使用汇编代码.可以使用gcc,在这种情况下,您将使用-m32.
gcc -m32 -nostdlib myprog.s -o myprog