shithub: scc

ref: 1fa53aab19efe6ccd1b521574a71fb6ce0e0f126
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