51Testing软件测试论坛

标题: linux汇编语言32位之段错误 [打印本页]

作者: 测试积点老人    时间: 2019-2-18 09:27
标题: linux汇编语言32位之段错误
.section .data
shuzu:
.long 4,6,2,74,23,78
.section .text
.globl _start
_start:
movl shuzu,%eax
movl %eax,%edi
movl (%eax),%ebx
movl $1,%eax
int $0X80
#其中用了一个间接寻址movl (%eat),%ebx。运行程序就提示段错误.我懵逼了,有人知道吗?

作者: qqq911    时间: 2019-2-19 10:35
不是太清楚
作者: abcsell    时间: 2019-2-19 11:28
是不是编译的问题
作者: jingzizx    时间: 2019-2-19 13:07
好久了,忘了
作者: 海海豚    时间: 2019-2-19 14:55
https://ask.csdn.net/questions/749263  参考下这个




欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/) Powered by Discuz! X3.2