Having Trouble running simple Assembly Code (Segmentation fault)

前端 未结 0 1255
终归单人心
终归单人心 2021-02-04 12:54

I started learning Assembly yesterday. I am running my code using Windows WSL. Here is my code.

.section .data

.section .text
.globl _start

_start:
movl $1, %ea         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题