.text
.global main
main:				# int main()
	mov ebx,$
	mov eax,1
	int 0x80
	ret