shithub: scc

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