开发者社区 问答 正文

求救,at&a汇编报段错误

.code32
.section .data
.section .text
.globl _start
_start:
pushl $1
movl (%esp),%eax
int $0x80

这都会报段错误…
请问怎么解决?

展开
收起
杨冬芳 2016-07-13 17:37:03 2074 分享 版权
1 条回答
写回答
取消 提交回答
  • IT从业

    关于struts2的redirectAction报类似“Multiple annotations found at this line:”错误
    AT&T汇编
    AT&T汇编

    2019-07-17 19:55:55
    赞同 展开评论
问答标签:
问答地址: