shithub: scc

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