Translate from nasm to gas assembly syntax

前端 未结 0 1050
北荒
北荒 2021-01-28 23:30

translate this line:

mov [p2_label + ecx * 8], eax

what I understand it something like this:

movl %eax, (%ebx,%ecx,8)
相关标签:
回答
  • 消灭零回复
提交回复
热议问题