.section .datashuzu:.long 4,6,2,74,23,78.section .text.globl _start_start:movl shuzu,%eaxmovl %eax,%edimovl (%eax),%ebxmovl $1,%eaxint $0X80#其中用了一个间接寻址movl (%eat),%ebx。运行程序就提示段错误.我懵逼了,有人知道吗?