shithub: scc

ref: 3fc33c857e20a88b54d6c44b38d5eda753a98bfb
dir: /crt/qbe-linux/crt.s/

View raw version
	.file	"crt.s"

	.text
	.global	_start
_start:
	call	main
	movl    %eax, %edi
	call	exit