shithub: scc

ref: 1652b5cdb44fafba4c8343b993b0c5fd54923e16
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