shithub: scc

ref: 09f5da73611db3395b97ab9e1746a0eb4e9736af
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