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