shithub: scc

ref: 7bc957e955f3f89ebf7781d5e631996564c87292
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