shithub: scc

ref: 97ee58190e3effbf4dfafdde9002b66c5593b47b
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