and then want to display it,but it doesn't display,how to correct it?
Look:
Code: Select all
.text
.global _start
_start:
pushl %ebp
movl %esp,%ebp
pushl $0x48494a00
movl $4,%eax
movl $1,%ebx
movl %ebp,%ecx
movl $4,%edx
int $0x80
popl %eax
popl %ebp
movl $1,%eax
movl $0,%ebx
int $0x80