shithub: scc

ref: 9649f784e703493c96c77c0aef192554d77ff48b
dir: /lib/crt/amd64-sysv-linux/crt.s/

View raw version
	.file	"crt.s"

	.text
	.global	_start
_start:
	call	main
	movl    %eax, %edi
	call	exit