shithub: scc

ref: 1ebd02c28ba4d5969e349942e2ec7334ca13d195
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