blob: 96ad4b6751805b2a17abfb7d607c10ac3ef068c2 [file] [log] [blame] [raw]
.section .rodata
helloworld:
.string "Hello world\n"
.text
.global _start
_start:
pushl $12
pushl $helloworld
pushl $0
pushl $0
pushl $1
movl $140, %eax
call *0xffff000c
addl $20, %esp
pushl $0
movl $54, %eax
call *0xffff000c