.code32.section .data.section .text.globl _start_start:pushl $1movl (%esp),%eaxint $0x80这都会报段错误…请问怎么解决?