shithub: scc

ref: 461cca7fa3f4225b2aa9bbba5c4690cd90fa7513
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